{
  "item": [
    {
      "id": "410db839-9e03-478c-844d-210e2f041a47",
      "name": "Affiliate",
      "description": {
        "content": "Affiliate endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "5a2a112b-f9a7-4911-8b86-cfa95b080ae4",
          "name": "List Affiliates",
          "request": {
            "name": "List Affiliates",
            "description": {
              "content": "Retrieves a list of Affiliates",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `id` - Allowable operators: \"==\",\"<=\", \"<\", \">=\", \">\", \"!=\"\n- (String) `name` - Wildcard matching allowed\n- (String) `contact_id`\n- (String) `referral_contact_id`\n- (String) `status`\n- (String) `code`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with the\nvalue you want to match, in the encoded form `%3D%3D`. For the filters listed above,\nhere are some examples:\n- `filter=id%3C123`\n- `filter=id%3D%3D123`\n- `filter=name%3D%3DBob`\n- `filter=contact_id%3D%3D567`\n- `filter=contact_id%3D%3D123%3Bcode%3D%3D567`\n\nFor fields which allow wildcard matching, you may use the * wildcard character (or its encoded form %2A)\nfor case-insensitive partial matching on text fields. Example of a valid pattern of wildcard usage:\n- `field==foo*` finds anything in `field` that begins with `foo`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `id`\n- `date_created`\n- `name`\n- `status`\n- `code`\n\nOne of the following directions:\n- `asc`\n- `desc`\n"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "eb0b8d1c-b577-4b86-9f3e-e261758cb91a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"affiliates\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "22268432-968a-48eb-9a28-8e35842b7c23",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ba180d9-5b50-49f4-ac74-d0f44312c41a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a119b6d-bad5-485f-85dd-457cca91857c",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a0ee44b6-50fc-423b-8759-9d2fa59fd3af",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe3730c8-4666-47b8-b45c-b89cc13e43be",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bf124e01-60f9-4bd8-9445-8559b730d1cd",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b354d6ca-9f9b-49eb-b28b-0793e91a5e4a",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d71c2f3e-e592-49be-a427-1399460aadb6",
          "name": "Create an Affiliate",
          "request": {
            "name": "Create an Affiliate",
            "description": {
              "content": "Creates a single Affiliate",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"code\": \"M123\",\n  \"contact_id\": \"string\",\n  \"status\": \"ACTIVE\",\n  \"name\": \"John Smith\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"password\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "c2739d0c-4f71-40be-b9a2-0a3609974829",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"M123\",\n  \"contact_id\": \"string\",\n  \"status\": \"ACTIVE\",\n  \"name\": \"John Smith\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"password\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"code\": \"M123\",\n  \"name\": \"John Smith\",\n  \"status\": \"ACTIVE\",\n  \"contact_id\": \"string\",\n  \"unique_site_id\": \"string\",\n  \"date_created\": \"2024-03-15T10:30:00Z\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "491ecbf9-d348-4b1b-bdd0-85f9ab0184b8",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"M123\",\n  \"contact_id\": \"string\",\n  \"status\": \"ACTIVE\",\n  \"name\": \"John Smith\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"password\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "68693712-2a7c-4334-b3eb-cc9bf8f0ef95",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"M123\",\n  \"contact_id\": \"string\",\n  \"status\": \"ACTIVE\",\n  \"name\": \"John Smith\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"password\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ddef9be-ab75-4eea-ad83-080ea6581de2",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"M123\",\n  \"contact_id\": \"string\",\n  \"status\": \"ACTIVE\",\n  \"name\": \"John Smith\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"password\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "60988906-a877-4384-89a2-ce65ba071181",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"M123\",\n  \"contact_id\": \"string\",\n  \"status\": \"ACTIVE\",\n  \"name\": \"John Smith\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"password\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "337da79b-61ea-4a5f-b9fd-10eb0b3e9d97",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"M123\",\n  \"contact_id\": \"string\",\n  \"status\": \"ACTIVE\",\n  \"name\": \"John Smith\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"password\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c85681c8-f375-4c3e-a4a3-774b2a447dfd",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"M123\",\n  \"contact_id\": \"string\",\n  \"status\": \"ACTIVE\",\n  \"name\": \"John Smith\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"password\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3ff77ee3-ca94-4413-9a61-1e1d9d697eda",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"M123\",\n  \"contact_id\": \"string\",\n  \"status\": \"ACTIVE\",\n  \"name\": \"John Smith\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"password\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8195905d-b119-4c9d-a479-7cf7c7f1f698",
          "name": "Remove an Affiliate from a Commission Program",
          "request": {
            "name": "Remove an Affiliate from a Commission Program",
            "description": {
              "content": "Removes an Affiliate from a Commission Program",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "{{id}}:removeFromProgram"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"affiliate_program_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "8687870f-2e5c-46a0-bbe9-5a2388d5da6d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{id}}:removeFromProgram"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_program_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d49b6807-348e-44c3-8ec8-3e618136bf03",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{id}}:removeFromProgram"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_program_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "79fb533f-bc8a-4a22-8c20-786d18908100",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{id}}:removeFromProgram"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_program_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f116fb18-1e5a-44c9-b128-23092524e81d",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{id}}:removeFromProgram"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_program_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab820910-d4df-4a0b-b541-95ebaf0aab7b",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{id}}:removeFromProgram"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_program_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9bc669ae-c5d8-4bfe-ad7c-25f1b52e0a6d",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{id}}:removeFromProgram"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_program_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "825ab36a-9e71-427e-b5e5-e6156b5a231f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{id}}:removeFromProgram"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_program_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "48d37dfb-7ed6-421a-a816-2b6e87cadb9c",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{id}}:removeFromProgram"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_program_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bbce60ce-5902-4e8b-bea5-0a41d52dcfa8",
          "name": "Assign Affiliate to Commission program",
          "request": {
            "name": "Assign Affiliate to Commission program",
            "description": {
              "content": "Assigns an Affiliate to Commission Program",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "{{id}}:assignToProgram"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"affiliate_program_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "47c86833-86ef-4e44-a42a-0612ba8f9586",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{id}}:assignToProgram"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_program_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4a381b49-83bd-4d2f-8e78-f7ad506b5dca",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{id}}:assignToProgram"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_program_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e0052ff2-8aef-445f-80d1-0b3a5098599b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{id}}:assignToProgram"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_program_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ae12bba5-49ea-416a-8efc-4d202720acc5",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{id}}:assignToProgram"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_program_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4749f64a-21d9-4d93-95e5-463dc9b8fab1",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{id}}:assignToProgram"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_program_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "24878c48-8d83-4e47-9f36-6083e27a7a2b",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{id}}:assignToProgram"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_program_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7a56076f-0836-4357-a40e-b76f53f285c5",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{id}}:assignToProgram"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_program_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "71e5cece-a52e-496c-a66a-81ce169c7b3d",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{id}}:assignToProgram"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_program_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "24e6d789-1ec4-4735-99c7-a0b05e01701b",
          "name": "List Affiliate Links",
          "request": {
            "name": "List Affiliate Links",
            "description": {
              "content": "Retrieves a list of Affiliate Links",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "redirects"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `name`\n- (String) `affiliate_id`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `name`\n- `date_created`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "9d0002c2-67d7-404d-b9cf-a48271f13af8",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"affiliate_links\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e4bf1083-1d17-4f10-acbb-08dcc88c4491",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d4574abd-f293-4665-8d23-9b64ca491438",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a76f9ed5-c09d-49f7-8165-cf2b0f3439f7",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0cf86de3-7cdb-4386-81b7-2cb8920ac9f6",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3fa519e0-d8e8-4ea3-83c9-6fbd2b493c49",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e325a05a-63b3-408e-944b-93c933331feb",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cea2e61e-a04f-43d6-97aa-91df7f34d1a8",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8e4a25c9-e03a-45a7-a7d9-db20717773e8",
          "name": "Create an Affiliate Link",
          "request": {
            "name": "Create an Affiliate Link",
            "description": {
              "content": "Creates a single Affiliate Link",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "redirects"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"code\": \"fP100\",\n  \"name\": \"Fitness Program\",\n  \"website_address\": \"https://thryv.com/promo\",\n  \"affiliate_id\": \"string\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "f5bf94d4-9ca4-420b-96ff-37f700182d3e",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"fP100\",\n  \"name\": \"Fitness Program\",\n  \"website_address\": \"https://thryv.com/promo\",\n  \"affiliate_id\": \"string\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Fitness Program\",\n  \"affiliate_id\": \"string\",\n  \"local_url_code\": \"fP100\",\n  \"redirect_url\": \"https://thryv.com/fitness\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ],\n  \"date_created\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "157d243d-0b07-4dee-9027-4594f256820f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"fP100\",\n  \"name\": \"Fitness Program\",\n  \"website_address\": \"https://thryv.com/promo\",\n  \"affiliate_id\": \"string\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2471c139-04a4-45a4-bdd7-1e2750ef545b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"fP100\",\n  \"name\": \"Fitness Program\",\n  \"website_address\": \"https://thryv.com/promo\",\n  \"affiliate_id\": \"string\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d988204-b34e-4c55-b38a-0165096e939c",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"fP100\",\n  \"name\": \"Fitness Program\",\n  \"website_address\": \"https://thryv.com/promo\",\n  \"affiliate_id\": \"string\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "52934de7-d6f9-421f-872b-7f3e7aa415d7",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"fP100\",\n  \"name\": \"Fitness Program\",\n  \"website_address\": \"https://thryv.com/promo\",\n  \"affiliate_id\": \"string\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a7b6170b-93c8-49e7-850d-925d37b7c709",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"fP100\",\n  \"name\": \"Fitness Program\",\n  \"website_address\": \"https://thryv.com/promo\",\n  \"affiliate_id\": \"string\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "96337613-0205-481a-b3b0-1244585e72b8",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"fP100\",\n  \"name\": \"Fitness Program\",\n  \"website_address\": \"https://thryv.com/promo\",\n  \"affiliate_id\": \"string\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "be97e7b9-2be7-4897-ac55-a4eff8160077",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"fP100\",\n  \"name\": \"Fitness Program\",\n  \"website_address\": \"https://thryv.com/promo\",\n  \"affiliate_id\": \"string\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ef905339-1084-4a51-8b38-0a1945cd65e0",
          "name": "Create an Affiliate Custom Field",
          "request": {
            "name": "Create an Affiliate Custom Field",
            "description": {
              "content": "Creates a single Affiliate Custom Field",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "model",
                "customFields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"field_type\": \"DROPDOWN\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "a9c346ea-e7bf-4109-a822-751a8f6a9ebf",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"record_type\": \"TASK_NOTE_APPOINTMENT\",\n  \"field_type\": \"USER\",\n  \"default_value\": \"string\",\n  \"group_id\": \"string\",\n  \"field_name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1765fcd8-7b27-4bb1-8025-81900607c0fc",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b4f93252-175b-4424-8406-af20ed3b07da",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c0b0df2-4015-464f-a5a3-adde3931d673",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a6a4b9a6-ffdc-4faf-a6d2-16575a78e120",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "05395f4f-48d1-4192-82da-a718eb528241",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7390c9f2-90e8-4df6-a152-ac1fb7b81e53",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "69d97ac6-60df-4ff3-a737-c5a9736512c5",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4d4fff39-36ea-41aa-a2f2-98cce50238ca",
          "name": "List Affiliate Commission Programs",
          "request": {
            "name": "List Affiliate Commission Programs",
            "description": {
              "content": "Retrieves a list of Affiliate Commission Programs",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "commissionPrograms"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `name`\n- (String) `affiliate_id`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `name`\n- `date_created`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "9c30ee55-994e-40da-81af-4cdf3e2da888",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"commission_programs\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b06e2987-48f4-4740-b2f3-c8e63c69f247",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8a1afc8-9e83-470c-91a0-f06b4f17b4ce",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b0ddce4c-0de5-45c3-b1b2-57ffd694c7b8",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "03f7380d-774d-4238-8c63-bec0811d21fd",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7891f978-e7ab-4ea1-91a3-37467b278c08",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c804df40-647c-45e0-afa0-75c7585faa16",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "57c12a5c-7184-45c7-9d77-5c49b3459975",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b06c8f87-d588-47b7-bfd9-8342f917c537",
          "name": "Create an Affiliate Commission Program",
          "request": {
            "name": "Create an Affiliate Commission Program",
            "description": {
              "content": "Creates an Affiliate Commission Program",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "commissionPrograms"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Fitness program\",\n  \"priority\": 1,\n  \"notes\": \"20% default commission\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d225af75-7476-4c8a-8ef9-a0c26e25294a",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Fitness program\",\n  \"priority\": 1,\n  \"notes\": \"20% default commission\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Gold Partner Program\",\n  \"notes\": \"20% commission on all sales\",\n  \"priority\": 1\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5bbeb1f8-e8f4-4f0a-bbeb-c3cd8d0af577",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Fitness program\",\n  \"priority\": 1,\n  \"notes\": \"20% default commission\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a54e949c-9971-4f7d-ae87-14db37225877",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Fitness program\",\n  \"priority\": 1,\n  \"notes\": \"20% default commission\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "efa4db52-37ec-46dc-91c1-2eafea5bf523",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Fitness program\",\n  \"priority\": 1,\n  \"notes\": \"20% default commission\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fefb76a5-9758-4f0f-9baa-554dc7e226bb",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Fitness program\",\n  \"priority\": 1,\n  \"notes\": \"20% default commission\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b84111b7-a759-43c7-968b-ea05a1099c46",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Fitness program\",\n  \"priority\": 1,\n  \"notes\": \"20% default commission\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6cc214b7-811e-4505-8cbf-710c2801401b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Fitness program\",\n  \"priority\": 1,\n  \"notes\": \"20% default commission\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a809fdc8-cc50-4b7a-b6dc-14b8094a4ed9",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Fitness program\",\n  \"priority\": 1,\n  \"notes\": \"20% default commission\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "065014b0-ac51-4c59-99a1-1cc97b25f6bd",
          "name": "Remove a Subscription from a Commission Program",
          "request": {
            "name": "Remove a Subscription from a Commission Program",
            "description": {
              "content": "Removes a Subscription from a Commission Program",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "commissionPrograms",
                "{{commission_id}}:removeSubscriptionCommission"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "f2eec57d-a726-4191-9fff-211c9eb3d273",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "{{commission_id}}:removeSubscriptionCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "def3e9e8-f9a5-4b3b-9441-2440894d78cf",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "{{commission_id}}:removeSubscriptionCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aac0da84-6833-496e-aff2-bde59fde2f08",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "{{commission_id}}:removeSubscriptionCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3bec7022-abee-4333-a8e9-c4107a83c54b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "{{commission_id}}:removeSubscriptionCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f25763c-5245-4c54-a620-3b61fb4f48f7",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "{{commission_id}}:removeSubscriptionCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aeddbefb-761d-4e69-bac5-583ec712f5e1",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "{{commission_id}}:removeSubscriptionCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "adfa8e16-72ff-4a24-aed9-003ebee4c318",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "{{commission_id}}:removeSubscriptionCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "605f99ee-c3f3-458c-b8ae-87cac0cab0c1",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "{{commission_id}}:removeSubscriptionCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5586a5d1-c3ae-4c57-86ac-4d49116615e1",
          "name": "Remove a Product from a Commission Program",
          "request": {
            "name": "Remove a Product from a Commission Program",
            "description": {
              "content": "Removes a Product from a Commission Program",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "commissionPrograms",
                "{{commission_id}}:removeProductCommission"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"product_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "55276582-b6ba-47ba-b928-a1a61be2735e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "{{commission_id}}:removeProductCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d1edd8dd-0227-4fec-9816-f8a5fe8615a6",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "{{commission_id}}:removeProductCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3faaa33a-e534-4d8a-9c69-991b1a01fb0a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "{{commission_id}}:removeProductCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b296400f-daa8-4c8a-9930-545172529b70",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "{{commission_id}}:removeProductCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c894c29e-d768-48ca-8b90-f535d47dfcf7",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "{{commission_id}}:removeProductCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6e7fa623-82d6-4c02-b9ad-cb7eb14181ce",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "{{commission_id}}:removeProductCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "50f67e05-1d4f-484d-a8a1-49802e8a6a7c",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "{{commission_id}}:removeProductCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "468600fd-421e-4e28-8ea4-88563323f13c",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "{{commission_id}}:removeProductCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "155b6054-c3a0-45e6-8690-88802ec8fb3a",
          "name": "Assign a Subscription Commission Program",
          "request": {
            "name": "Assign a Subscription Commission Program",
            "description": {
              "content": "Assigns a Subscription Commission Program to a Subscription",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "commissionPrograms",
                "subscriptionCommissionPrograms",
                ":commission_program_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "commission_program_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"subscription_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "268601fd-e8f5-49c1-a5af-1cd5d0de1ce2",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "subscriptionCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"subscription_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"message\": \"Default commission set successfully\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "449e0e20-995f-488e-a7b5-ab99f5a5e4b4",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "subscriptionCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"subscription_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c742bc9b-d30c-4812-9237-5cbab3e2923f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "subscriptionCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"subscription_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13aac596-996c-4133-87cd-7d6cd40f3f89",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "subscriptionCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"subscription_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5f40804a-cde1-41c5-9da6-9ce041b56ff8",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "subscriptionCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"subscription_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a43e052-8ace-40d7-ace5-9a07f8bcb253",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "subscriptionCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"subscription_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c067b3e0-66c6-4734-a454-de2221ea640a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "subscriptionCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"subscription_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b77258b6-30c1-4954-ab85-bc860da00600",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "subscriptionCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"subscription_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1e6b4022-b39d-410c-b21c-8835b78a248b",
          "name": "Update a Subscription Commission Program",
          "request": {
            "name": "Update a Subscription Commission Program",
            "description": {
              "content": "Updates a Subscription Commission Program",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "commissionPrograms",
                "subscriptionCommissionPrograms",
                ":commission_program_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "update_mask",
                  "value": "string"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "commission_program_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"subscription_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "80f27f9c-b029-4eab-a7e0-47011338900f",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "subscriptionCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"subscription_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"message\": \"Default commission set successfully\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "16d311be-f889-4d91-8b6a-5898ed994a12",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "subscriptionCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"subscription_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bbf6b242-3489-4627-be5a-8c85d9aaa435",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "subscriptionCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"subscription_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1a867f50-dc07-4ea9-a856-62ce55e15526",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "subscriptionCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"subscription_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd8d38da-53c7-4da8-a404-b68d78df4a6e",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "subscriptionCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"subscription_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1fbbf643-eb6a-4bb7-a91d-b5de66a17ffb",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "subscriptionCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"subscription_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab617830-f528-43eb-8aff-a081655507ef",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "subscriptionCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"subscription_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39b5a619-aaae-4194-a863-2a3ae6102005",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "subscriptionCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"subscription_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7dcfa0e2-c92e-488d-8939-8a2d1dcad425",
          "name": "Assign a Product Commission Program",
          "request": {
            "name": "Assign a Product Commission Program",
            "description": {
              "content": "Assigns a Product Commission Program to a Product",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "commissionPrograms",
                "productCommissionPrograms",
                ":commission_program_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "commission_program_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"product_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "43432668-abce-4f14-8378-4cf4ece7778e",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "productCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"product_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"message\": \"Default commission set successfully\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a752ce68-2d3b-481e-a08b-b71af9a5c0e0",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "productCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"product_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "04281d10-3abb-41a0-b56f-1c8cc0ea50e8",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "productCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"product_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "894e0fdc-b8c8-491b-ba3e-42f504aa417f",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "productCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"product_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "022e765b-087d-4eb9-b6eb-4175dd37bb46",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "productCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"product_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fcfa64e7-6405-4bcb-8b75-93c41b3f34ca",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "productCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"product_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6fdeb8a0-daa7-4b78-a1ce-c359b4130ee8",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "productCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"product_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0da5862-86a0-4d1d-ae26-99c7e484e549",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "productCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\",\n  \"product_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "be12462c-7c52-4021-bf88-628a1a565a00",
          "name": "Update a Product Commission Program",
          "request": {
            "name": "Update a Product Commission Program",
            "description": {
              "content": "Updates a Product Commission Program",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "commissionPrograms",
                "productCommissionPrograms",
                ":commission_program_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "update_mask",
                  "value": "string"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "commission_program_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"product_id\": \"string\",\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "8e6f3902-b5e2-41fd-8a59-bdd7f8960ebe",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "productCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\",\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"message\": \"Default commission set successfully\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b0fa9bb-562a-455a-8aa0-2dfb31b8cc4c",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "productCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\",\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7aa7a972-f9a4-4a12-971b-1296ca32c51b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "productCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\",\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c498be3-d1f1-4172-b208-fa4e77956f32",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "productCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\",\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2510c46e-6b99-4757-97ff-abc6688dee7b",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "productCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\",\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e96513a2-0de3-45d6-89ed-4972193823f7",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "productCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\",\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0c0a691b-a165-4c6c-ba6f-de0b42f55ec9",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "productCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\",\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "516ada79-40f0-4c0f-bac4-ec4bf79b1709",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "productCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_id\": \"string\",\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "13519264-152f-4e42-a1d5-7e0da06df36f",
          "name": "Create a Default Commission Program",
          "request": {
            "name": "Create a Default Commission Program",
            "description": {
              "content": "Creates a Default Commission Program",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "commissionPrograms",
                "defaultCommissionPrograms",
                ":commission_program_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "commission_program_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "35408174-f1c5-4c46-8035-af064e3132ae",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "defaultCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"message\": \"Default commission set successfully\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5b135288-97a9-4c4f-915a-beb89f51920a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "defaultCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c93161e7-50b5-41e3-88b2-c44495d3a9ca",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "defaultCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ce0c844-87ba-48a5-b221-c2e7ca9a8ae8",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "defaultCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "63984b09-ee0a-46ec-8607-fb86295bb7db",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "defaultCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4464e4dc-5d4f-4c15-89cc-f50a56370cfa",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "defaultCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "69fbf8e1-c111-4276-b9c9-9a365c5566ce",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "defaultCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5f1f5b89-4fb0-4003-a87e-de2993799455",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "defaultCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0641aabd-d650-4ff9-8703-5700ae2c71d8",
          "name": "Update a Default Commission Program",
          "request": {
            "name": "Update a Default Commission Program",
            "description": {
              "content": "Updates a Default Commission Program",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "commissionPrograms",
                "defaultCommissionPrograms",
                ":commission_program_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "update_mask",
                  "value": "string"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "commission_program_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "aa053cd4-a43a-4974-b009-9d9e63070624",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "defaultCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"message\": \"Default commission set successfully\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b8c6c35e-2c06-4e52-a768-c5212985c14d",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "defaultCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7adc57c5-1d14-45f3-96c6-6126baad8f45",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "defaultCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6e5879b3-27cb-4c3c-b772-45eaf59b624a",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "defaultCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8228c9ef-4b30-4880-90ce-a871d07b0264",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "defaultCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8ccc01a0-db42-4f38-892c-298c477eb44e",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "defaultCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a19cc0a2-9468-4cc6-b59b-59102b61a78f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "defaultCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb741756-52ed-4267-bcf9-950bfda72020",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    "defaultCommissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "update_mask",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"percentage\": \"string\",\n  \"dollar_amount\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "914c3f06-72d9-4b11-8445-999231bbac24",
          "name": "Retrieve an Affiliate",
          "request": {
            "name": "Retrieve an Affiliate",
            "description": {
              "content": "Retrieves a single Affiliate",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "ca2f3966-9994-491e-a6ad-ce92784c6c87",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"code\": \"M123\",\n  \"name\": \"John Smith\",\n  \"status\": \"ACTIVE\",\n  \"contact_id\": \"string\",\n  \"unique_site_id\": \"string\",\n  \"date_created\": \"2024-03-15T10:30:00Z\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a5c2b965-df40-4678-ac8b-eead072bac97",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c10afee-6dea-4426-b650-42c2f0a3ff66",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2c751e45-3369-478d-8330-17e52ea8ad8e",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2c55b3be-de9b-4138-ac5e-1e3b38be6e5f",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "08565507-9e55-463f-96e1-83aae73051dd",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3fdd2b12-506c-415b-8094-dd08752f28fa",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "848c75db-fec8-408d-9fa4-f403e1fb8f39",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "66789774-9015-482d-abb4-58bb0029c491",
          "name": "Delete Affiliate",
          "request": {
            "name": "Delete Affiliate",
            "description": {
              "content": "Deletes the specified Affiliate",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "e5875913-f30c-4cd0-bbe8-76879102b756",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "88f8247d-6da0-456d-b417-93e16ee0ad23",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "95be6da0-43c4-495d-88d2-b43b02c22690",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d062bbe3-38ba-487e-b850-6f50b5e4ea91",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0c820027-5b36-42fc-8aec-4a1876b7ec28",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5b1d92b6-2fb2-4c9e-9231-2980ce027707",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "efad6192-923d-4eba-b43b-e555e765f1fe",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "19eee2c0-9b02-4027-a9e9-b6ca5f0b63d2",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e78e0db9-3883-4c08-b5e4-e93c82e832f6",
          "name": "Update an Affiliate",
          "request": {
            "name": "Update an Affiliate",
            "description": {
              "content": "Updates a single Affiliate",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"code\": \"M123\",\n  \"name\": \"John Smith\",\n  \"status\": \"ACTIVE\",\n  \"contact_id\": \"string\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"password\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "4858d5ba-eea5-46a9-924c-4d17a3e28869",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"M123\",\n  \"name\": \"John Smith\",\n  \"status\": \"ACTIVE\",\n  \"contact_id\": \"string\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"password\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"code\": \"M123\",\n  \"name\": \"John Smith\",\n  \"status\": \"ACTIVE\",\n  \"contact_id\": \"string\",\n  \"unique_site_id\": \"string\",\n  \"date_created\": \"2024-03-15T10:30:00Z\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "77ea5104-19f2-4a81-8261-ae7f19e9a1df",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"M123\",\n  \"name\": \"John Smith\",\n  \"status\": \"ACTIVE\",\n  \"contact_id\": \"string\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"password\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e86e9cd-a962-40a3-9e2e-00982e1ea262",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"M123\",\n  \"name\": \"John Smith\",\n  \"status\": \"ACTIVE\",\n  \"contact_id\": \"string\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"password\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "852ccb25-3b08-4dd8-acbb-f204f37c62e9",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"M123\",\n  \"name\": \"John Smith\",\n  \"status\": \"ACTIVE\",\n  \"contact_id\": \"string\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"password\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "90b3abf4-e185-43ab-97c0-c2a1b604932b",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"M123\",\n  \"name\": \"John Smith\",\n  \"status\": \"ACTIVE\",\n  \"contact_id\": \"string\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"password\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "939fc913-71d0-4f4b-9f97-565319d46be0",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"M123\",\n  \"name\": \"John Smith\",\n  \"status\": \"ACTIVE\",\n  \"contact_id\": \"string\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"password\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "24333575-6097-492f-87d6-70b5517150d7",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"M123\",\n  \"name\": \"John Smith\",\n  \"status\": \"ACTIVE\",\n  \"contact_id\": \"string\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"password\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e054cb73-93f1-4c29-b090-74cb6a19c7f2",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"M123\",\n  \"name\": \"John Smith\",\n  \"status\": \"ACTIVE\",\n  \"contact_id\": \"string\",\n  \"parent_affiliate_id\": \"string\",\n  \"notify_on_sale\": true,\n  \"notify_on_lead\": true,\n  \"track_leads_days\": 30,\n  \"password\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d89bba38-b223-4507-94be-a2485f1821da",
          "name": "Retrieve an Affiliate Link",
          "request": {
            "name": "Retrieve an Affiliate Link",
            "description": {
              "content": "Retrieves information about a single Affiliate Link",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "redirects",
                ":redirect_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "redirect_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "127c97fc-e4c1-4a1d-8b6a-c66221ed0264",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Fitness Program\",\n  \"affiliate_id\": \"string\",\n  \"local_url_code\": \"fP100\",\n  \"redirect_url\": \"https://thryv.com/fitness\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ],\n  \"date_created\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "00b77089-e7ed-43e1-849a-23a7d778598c",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e24c0a7-8121-4188-9d36-bbcd46476ac5",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13cce56e-d14c-4bc1-883d-eb905f34dc80",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c506dc4-fd8e-48fe-a7e2-ec652374fe56",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "86085461-0ae8-43e8-acda-6255588fb819",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8cff0f14-c9ee-4283-90c8-a84220d3a07f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "725b2092-3b44-4c05-b43e-32bfe94d203c",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "66e74e73-c76e-4f9e-b518-991c6bcb2c50",
          "name": "Delete an Affiliate Link",
          "request": {
            "name": "Delete an Affiliate Link",
            "description": {
              "content": "Deletes an Affiliate Link",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "redirects",
                ":redirect_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "redirect_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "41a86efb-3baf-4d3a-8dff-1cb6617f592f",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f75e9115-50b9-43f3-a3de-85a399465e05",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "31b4bfe7-6fcf-4863-b33b-cdd1430ee06d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "18e3d8e0-da28-4ed8-b777-05dd8ec81e31",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "279d6d92-9641-4082-88af-1fdaff18984a",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "60dbf8ab-0d17-43bc-bc7f-71c08e919d12",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6119f91f-8caa-4816-a92b-b39f0c4289c0",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a6c7bbab-7866-41b9-93dd-1488e349376c",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8e29cc0c-a7a4-4c98-be8a-fafb49d45ae4",
          "name": "Update an Affiliate Link",
          "request": {
            "name": "Update an Affiliate Link",
            "description": {
              "content": "Updates an Affiliate Link",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "redirects",
                ":redirect_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "redirect_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"code\": \"fP100\",\n  \"name\": \"Fitness Program\",\n  \"website_address\": \"https://thryv.com/promo\",\n  \"affiliate_id\": \"string\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "dc9fa696-1ed8-4310-8249-67d545d328a3",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"fP100\",\n  \"name\": \"Fitness Program\",\n  \"website_address\": \"https://thryv.com/promo\",\n  \"affiliate_id\": \"string\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Fitness Program\",\n  \"affiliate_id\": \"string\",\n  \"local_url_code\": \"fP100\",\n  \"redirect_url\": \"https://thryv.com/fitness\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ],\n  \"date_created\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c42b5ca-af98-4a6d-934f-20770af9e072",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"fP100\",\n  \"name\": \"Fitness Program\",\n  \"website_address\": \"https://thryv.com/promo\",\n  \"affiliate_id\": \"string\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1fea9ef0-11fd-4028-91d8-d4ba22fe59d1",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"fP100\",\n  \"name\": \"Fitness Program\",\n  \"website_address\": \"https://thryv.com/promo\",\n  \"affiliate_id\": \"string\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6ce4ad1f-a5ec-4dfc-9171-cda8f8022113",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"fP100\",\n  \"name\": \"Fitness Program\",\n  \"website_address\": \"https://thryv.com/promo\",\n  \"affiliate_id\": \"string\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "32100cc3-57b5-40d5-bbc9-b1c7e02caf7b",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"fP100\",\n  \"name\": \"Fitness Program\",\n  \"website_address\": \"https://thryv.com/promo\",\n  \"affiliate_id\": \"string\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5a286e06-8fac-4645-8aa6-a4666fe0e889",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"fP100\",\n  \"name\": \"Fitness Program\",\n  \"website_address\": \"https://thryv.com/promo\",\n  \"affiliate_id\": \"string\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e7ec7f4-980c-4069-9f47-2171dc8eaf74",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"fP100\",\n  \"name\": \"Fitness Program\",\n  \"website_address\": \"https://thryv.com/promo\",\n  \"affiliate_id\": \"string\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "378aa60e-6d2c-4b34-89c3-5d14f547408b",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "redirects",
                    ":redirect_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "redirect_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"code\": \"fP100\",\n  \"name\": \"Fitness Program\",\n  \"website_address\": \"https://thryv.com/promo\",\n  \"affiliate_id\": \"string\",\n  \"program_ids\": [\n    \"1\",\n    \"2\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "210b8e2f-aa06-4b87-9e59-a50770f9ba27",
          "name": "Delete Affiliate Custom Field",
          "request": {
            "name": "Delete Affiliate Custom Field",
            "description": {
              "content": "Deletes a Custom Field from Affiliate.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "model",
                "customFields",
                ":custom_field_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "custom_field_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "39e947ed-c133-4f41-9337-f2605b34b747",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c2ff2f9d-2eb8-48ea-b90b-ee17986abd0d",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "64fbe6b2-47d4-4814-865e-13ee3eb6ab0d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a5f13ad-e33d-421d-a4df-e456a73ce33b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "03cdbe2b-550d-47d9-b4a6-c57094b1151a",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b80631d7-0206-4089-baa9-6b744bae7974",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b4a8518-4a5c-4648-adad-f317043fbfb8",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "264c2b09-0a6f-4ca5-a954-9d63408f8541",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9500cf59-f68c-441d-a6c6-e93cbadaf46c",
          "name": "Update Affiliate Custom Field",
          "request": {
            "name": "Update Affiliate Custom Field",
            "description": {
              "content": "Updates a custom field of the specified type and options to the Affiliate object.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "model",
                "customFields",
                ":custom_field_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "custom_field_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "bc7d7228-6cf9-402f-b5b0-d96836021aab",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"record_type\": \"TASK_NOTE_APPOINTMENT\",\n  \"field_type\": \"USER\",\n  \"default_value\": \"string\",\n  \"group_id\": \"string\",\n  \"field_name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9e65d50-88a2-497e-8894-3a83f088afdf",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6972a711-6360-4617-923b-36ec4fd14e1e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4685cd84-d729-4a00-b7bc-432390d1948d",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "27a67b71-8ccf-4a78-84b3-bc129c5d9733",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13984842-f9cb-438f-b24c-d56e00f0a352",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5dd14fda-4783-40a5-9874-40a9c1b2123b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ae5c99bc-0247-4ee2-ad83-ee8140728ba9",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "01ea13f0-fb71-4631-b317-20429934da21",
          "name": "Retrieve a Commission Program",
          "request": {
            "name": "Retrieve a Commission Program",
            "description": {
              "content": "Retrieves a single Commission Program",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "commissionPrograms",
                ":commission_program_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "commission_program_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "8c4f7690-3814-4fde-9797-ce9ba32f9965",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"commission program\",\n  \"priority\": \"string\",\n  \"notes\": \"notes for the commission program\",\n  \"create_time\": \"2019-08-24T14:15:22Z\",\n  \"affiliate_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"default_commission\": {\n    \"percentage\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"dollar_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"product_commissions\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"subscription_commissions\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eb35ffb6-a6d4-4c71-80ea-51b4c037a064",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bf38dc9c-2ae9-4f81-801e-e8e2b2c02ba7",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c1b3b2d-7b56-4898-a7be-b0cf85d94c56",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dbe2ee50-c186-454c-83db-35dde6fd5bee",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56fa580a-4965-412f-989b-c9bb207096b8",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28ea7477-405d-494a-87e6-4a9f7ffaa1e5",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82c869e7-64ed-485e-a157-3c313c1e664f",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "70a8c66b-bba5-4a8d-8e0f-8286627490c2",
          "name": "Delete a Commission Program",
          "request": {
            "name": "Delete a Commission Program",
            "description": {
              "content": "Deletes a Commission Program",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "commissionPrograms",
                ":commission_program_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "commission_program_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "34f2f966-3585-4735-a47f-9154853c4be9",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9a76b8f1-68eb-47f4-9fd9-50f04783d4f2",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f72c331e-3026-4cea-88c3-6a2cf77a6056",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39d039fd-03e4-4956-8e83-6a47a2552811",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5bac659a-9fc2-46e1-bbc2-07038bfa1b93",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "10d7cd4a-f16f-47be-be6c-1c94ed106b03",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "93ad6a26-9ee1-4c82-b545-e08fe4e977d3",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a30fa216-34d9-4fd4-a3da-826d3bf24b0b",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8ef6d60c-98e3-448c-b2c4-ed92fa1fdc74",
          "name": "Update an Affiliate Commission Program",
          "request": {
            "name": "Update an Affiliate Commission Program",
            "description": {
              "content": "Updates the properties of an Affiliate Commission Program",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "commissionPrograms",
                ":commission_program_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "commission_program_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Fitness program\",\n  \"priority\": 1,\n  \"notes\": \"20% default commission\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "46575b14-fe1e-4adf-a9a4-41e236b536ff",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Fitness program\",\n  \"priority\": 1,\n  \"notes\": \"20% default commission\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Gold Partner Program\",\n  \"notes\": \"20% commission on all sales\",\n  \"priority\": 1\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "91209561-9d6d-4c1b-b10f-a80980e109c1",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Fitness program\",\n  \"priority\": 1,\n  \"notes\": \"20% default commission\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d6da655-3ba0-431b-9e36-fc05d21ce9ed",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Fitness program\",\n  \"priority\": 1,\n  \"notes\": \"20% default commission\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1833135d-4045-4ba7-b120-04c304a017cb",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Fitness program\",\n  \"priority\": 1,\n  \"notes\": \"20% default commission\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "899043f7-8bd1-4d7d-9800-4a470e7bce27",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Fitness program\",\n  \"priority\": 1,\n  \"notes\": \"20% default commission\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5ce8d696-9799-48a6-a3e3-25724f2a5547",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Fitness program\",\n  \"priority\": 1,\n  \"notes\": \"20% default commission\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0230e7b2-98bd-4aac-a36d-6ece53aaa67f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Fitness program\",\n  \"priority\": 1,\n  \"notes\": \"20% default commission\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d0435482-597a-4e95-a623-b80a928ce505",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Fitness program\",\n  \"priority\": 1,\n  \"notes\": \"20% default commission\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1f00bdcf-edd4-45cf-b0f3-e825cd468269",
          "name": "Retrieve Affiliate Commissions",
          "request": {
            "name": "Retrieve Affiliate Commissions",
            "description": {
              "content": "Retrieve a list of Affiliate's Commissions",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "{{affiliate_id}}:commissions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `since_time`\n- (String) `until_time`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=since_time%3D%3D2024-05-21T23:00:00Z%3Buntil_time%3D%3D2025-05-21T23:00:00Z`\n- `filter=until_time%3D%3D2025-05-21T23:00:00Z`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `invoice_id`\n- `time_earned`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "370b7f71-c947-4a9b-90c4-9e4c09f51f44",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{affiliate_id}}:commissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"affiliate_commissions\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\",\n  \"clawbacks\": 50,\n  \"commission_total\": 150,\n  \"amount_earned\": 200\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "457f7345-e872-4060-8c84-03776f8d5243",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{affiliate_id}}:commissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "37f5f59a-04e2-4429-a9df-472ee903c936",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{affiliate_id}}:commissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d4446fb-a880-4cd6-967a-b136aacba0b8",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{affiliate_id}}:commissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fd6a3259-2ebc-40b7-90bb-0f7d9f315d98",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{affiliate_id}}:commissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7104bf4b-8d0d-4780-ac32-f38977e62027",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{affiliate_id}}:commissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a859573-27f9-4cf3-963b-3e22e7eed959",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{affiliate_id}}:commissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b1e59e8-b326-4fb3-95e9-33ac50b9b470",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "{{affiliate_id}}:commissions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2421fc80-d9a4-41a4-9fb6-5c479e617e46",
          "name": "Retrieve Affiliate Referrals",
          "request": {
            "name": "Retrieve Affiliate Referrals",
            "description": {
              "content": "Retrieves all referrals belonging to the given affiliate",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                ":affiliate_id",
                "referrals"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "affiliate_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "3d173356-3e23-40c4-b375-38e9617ccf8e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "referrals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"referrals\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "97441907-6e18-4854-b5d7-4eab81f4d78c",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "referrals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a6973974-5d7f-411b-ba6c-9fb1b4ae0466",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "referrals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d7d66155-97c8-4df5-8fe2-24c4be63a567",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "referrals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4871d61f-dacd-4109-9219-8d84b0d6a5b9",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "referrals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a35d206f-2eb3-4105-9149-5cc40be1f311",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "referrals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d993aa9-1091-4532-97ac-0d8515fc14f0",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "referrals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f4c6f3a9-d295-4d19-b6ca-c4006f9beda8",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "referrals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1b0287f3-4aa4-41d3-a364-238c965f3f6c",
          "name": "List Affiliate Payments",
          "request": {
            "name": "List Affiliate Payments",
            "description": {
              "content": "Retrieves a list of affiliate payments",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                ":affiliate_id",
                "payments"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `since_time`\n- (String) `until_time`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=since_time%3D%3D2024-09-17T-15:50+00`\n- `filter=until_time%3D%3D2024-09-17T-15:50+00`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `create_time`\n- `pay_date`\n- `pay_amount`\n\nOne of the following directions:\n- `asc`\n- `desc`\n"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "affiliate_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "f138779c-d3f7-4b6e-a906-83cac32f7ef5",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"affiliate_payments\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1cd70526-64cc-4e93-81d0-f5a61ec1d23f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a2041976-c1f5-4dee-a923-aef8563fac11",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28d19270-374c-426a-8a29-533cbb0a3141",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7633f935-a18f-48ad-90fa-3418995269ac",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7fcc4567-13cd-4e2e-aebb-9a08e2bbfa6a",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "444dd97e-7a8a-4513-9412-0821d716db4b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b8813880-3be1-4035-bbfc-986027b33b82",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "11f59e7a-2e9d-43d5-a694-7050300ba517",
          "name": "Retrieve Affiliate Commission Earned and View LedgerURl for portal",
          "request": {
            "name": "Retrieve Affiliate Commission Earned and View LedgerURl for portal",
            "description": {
              "content": "Get the Affiliate Commission Earned and View LedgerURl for portal",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                ":affiliate_id",
                "commissionTotal"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "affiliate_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "d9d0372e-e774-4b46-b69d-25e9ebfdac9a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "commissionTotal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"affiliate_commission_total\": 1250.5,\n  \"view_ledger_url\": \"https://app.thryv.com/affiliate/ledger?affiliateId=123\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e42b98c3-6f36-4d16-a708-ce177a56e720",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "commissionTotal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "06acb93b-51f3-46fe-ae4e-86323640a8ae",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "commissionTotal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "81901bf5-1e42-41eb-8730-83a13acf8182",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "commissionTotal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39f870b0-ef2d-46bb-b5be-4b847bebc50c",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "commissionTotal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b8da9653-14c2-489f-9905-99794cec8930",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "commissionTotal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6bbabd7-a295-43a4-b359-5dadf0c2b390",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "commissionTotal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d856929b-d868-4781-abf0-57d4c7966d20",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    ":affiliate_id",
                    "commissionTotal"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "affiliate_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f216801c-8702-407e-9d77-7cf068da3e67",
          "name": "List Affiliate Summaries",
          "request": {
            "name": "List Affiliate Summaries",
            "description": {
              "content": "Retrieves a list of Affiliate Summaries",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "summaries"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (List[String]) `affiliate_ids`\n- (String) `since_time`\n- (String) `until_time`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\n word, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n - `filter=since_time%3D%3D2024-09-17T-15:50+00`\n - `filter=until_time%3D%3D2024-09-17T-15:50+00`\n - `filter=affiliate_ids%3D%3D123,456,789`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `affiliate_id`\n- `amount_earned`\n- `balance`\n- `clawbacks`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "8cbf5f8d-dc0a-4d13-8433-b3c118b4b993",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "summaries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"affiliate_summaries\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bbcc619e-7189-438b-ab3c-1268dedd63fc",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "summaries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9caceb6e-78a5-4c3c-b40c-7b9babd2277f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "summaries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b01372ec-a5ef-4618-9b5e-f494e5626d20",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "summaries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4cbfbc19-9300-40de-9869-4b0f2537808c",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "summaries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b78adc11-7277-44f1-b2e3-e170f6130270",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "summaries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "862d1cd8-6b79-40df-bb0b-3a525c5c24c8",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "summaries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3937bba4-bcf3-4c09-a3f1-74fdef8f6103",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "summaries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ac14477f-9ec4-474c-8021-4f71096bf2aa",
          "name": "Retrieve Affiliate Model",
          "request": {
            "name": "Retrieve Affiliate Model",
            "description": {
              "content": "Get the custom fields and optional properties for the Affiliate object",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "model"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "35ebe9d2-8503-4f8f-a8e6-b2aba02eaff2",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"optional_properties\": [\n    \"string\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e2b1ee4b-541d-4aed-91c6-3f9ea74a19b8",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8966850f-4621-4b88-ad7d-8bbd1d053a0a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f56767df-a1c6-4788-a738-c597abeae834",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "74df4062-ae88-4ff9-a21d-9971ad2a5d8c",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e89be96d-07e6-49a9-8897-3f7e58cceb32",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ae3bea29-5eb5-4b08-8a52-d8dd320e75be",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c5d7d5f-8d5a-48e6-b659-a42f6ef27ef5",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a859fbd8-aae4-489b-8f38-95f6dbdcbec6",
          "name": "Retrieve Commission Program Resources",
          "request": {
            "name": "Retrieve Commission Program Resources",
            "description": {
              "content": "Retrieves resources for a commission program",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "affiliates",
                "commissionPrograms",
                ":commission_program_id",
                "resources"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "commission_program_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "2d9ba05d-a2f4-4823-abdc-553fc5e3eab0",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id",
                    "resources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"resources\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7aeae75f-5025-4661-ac0b-62692ba6a61d",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id",
                    "resources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f6a0bc70-05eb-4ba0-9183-eb449ffeda8b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id",
                    "resources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e91f9683-c749-4e02-a2fd-a6c1d2088e4f",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id",
                    "resources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "53b2cda4-4c83-4c9c-8c85-6a9ad16f733d",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id",
                    "resources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6055720-aa6d-468c-a13d-498310df43c9",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id",
                    "resources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ab4f33a-dc47-4325-88fd-07644e50389d",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id",
                    "resources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c7ea7e35-75bf-4545-937b-7632a4d6c8f4",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "affiliates",
                    "commissionPrograms",
                    ":commission_program_id",
                    "resources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "commission_program_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "aa56da70-6bf1-4847-98af-00f0f19d0b3e",
      "name": "Automation",
      "description": {
        "content": "Automation endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "e9e5a632-6b01-4e72-ae22-03f56738c56a",
          "name": "Unpublish an Automation",
          "request": {
            "name": "Unpublish an Automation",
            "description": {
              "content": "Unpublishes a single automation",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "automations",
                ":automation_id",
                "unpublish"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "automation_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PUT",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"unpublished_form_message\": \"This form is currently unavailable\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ec791306-bad1-459c-b95a-c8c4b608602e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id",
                    "unpublish"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"unpublished_form_message\": \"This form is currently unavailable\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7c5387cc-a36c-4e5d-af96-ee63ed93a31a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id",
                    "unpublish"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"unpublished_form_message\": \"This form is currently unavailable\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7510bd85-8e16-46ea-8910-3de59434ef4f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id",
                    "unpublish"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"unpublished_form_message\": \"This form is currently unavailable\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "08c9cd34-6f62-4232-844b-4f52014ff2f6",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id",
                    "unpublish"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"unpublished_form_message\": \"This form is currently unavailable\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0329fd21-87fd-4dfc-8fce-45b12921e92f",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id",
                    "unpublish"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"unpublished_form_message\": \"This form is currently unavailable\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "711e99b2-dfb4-4f39-9cb9-3feb36790e15",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id",
                    "unpublish"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"unpublished_form_message\": \"This form is currently unavailable\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3021dc94-141e-455e-8ad1-47b586fbd109",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id",
                    "unpublish"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"unpublished_form_message\": \"This form is currently unavailable\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26d3da3d-6f79-425c-8295-e94dd67c1e32",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id",
                    "unpublish"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PUT",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"unpublished_form_message\": \"This form is currently unavailable\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5b1b6fba-08ba-4c43-9dde-b73dd65b9a65",
          "name": "Add Contacts to an Automation Sequence",
          "request": {
            "name": "Add Contacts to an Automation Sequence",
            "description": {
              "content": "Adds a list of contacts to an automation sequence\nResponse contains a map of the provided list of Contact Ids and their individual result.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "automations",
                ":automation_id",
                "sequences",
                "{{sequence_id}}:addContacts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "automation_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "22c5a43c-d046-4be4-a45b-896b935c7e71",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id",
                    "sequences",
                    "{{sequence_id}}:addContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"add_to_automation_sequence_results\": {\n    \"key_0\": \"ALREADY_IN_SEQUENCE\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3506b5f3-7b40-4c53-8947-d296b20832a9",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id",
                    "sequences",
                    "{{sequence_id}}:addContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c14fe584-740f-4181-bd8a-b9145ac612ec",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id",
                    "sequences",
                    "{{sequence_id}}:addContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "739a7ffc-816c-4ef5-8f01-f8646e756494",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id",
                    "sequences",
                    "{{sequence_id}}:addContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "362a1701-4048-4d61-a991-22c354542ba4",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id",
                    "sequences",
                    "{{sequence_id}}:addContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "823c32c1-dd2b-44ed-9258-519f05e14805",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id",
                    "sequences",
                    "{{sequence_id}}:addContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78f252fc-e0fb-4624-8a62-f700a176178b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id",
                    "sequences",
                    "{{sequence_id}}:addContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f1e93cda-fc05-4680-99c0-d36251f227fc",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id",
                    "sequences",
                    "{{sequence_id}}:addContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "32d3580d-cc15-4a6c-b002-af060a9ce7a4",
          "name": "Achieve an Automation Goal",
          "request": {
            "name": "Achieve an Automation Goal",
            "description": {
              "content": "Achieves a goal in an automation for a contact",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "automations",
                "goals",
                "achieve"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"contact_id\": 789,\n  \"integration\": \"my_integration\",\n  \"call_name\": \"goal_achieved\",\n  \"automation_id\": 123,\n  \"goal_id\": 456\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "9ed70ea4-ef89-40d3-a75f-dda9fbb37c93",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "goals",
                    "achieve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": 789,\n  \"integration\": \"my_integration\",\n  \"call_name\": \"goal_achieved\",\n  \"automation_id\": 123,\n  \"goal_id\": 456\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"results\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5df81793-9be0-4648-a6ac-4298c82c586f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "goals",
                    "achieve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": 789,\n  \"integration\": \"my_integration\",\n  \"call_name\": \"goal_achieved\",\n  \"automation_id\": 123,\n  \"goal_id\": 456\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2be53b59-ed7c-4b9e-b44b-2a3abf903851",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "goals",
                    "achieve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": 789,\n  \"integration\": \"my_integration\",\n  \"call_name\": \"goal_achieved\",\n  \"automation_id\": 123,\n  \"goal_id\": 456\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1455c98c-2a11-45fa-af74-d7ea0db57b8e",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "goals",
                    "achieve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": 789,\n  \"integration\": \"my_integration\",\n  \"call_name\": \"goal_achieved\",\n  \"automation_id\": 123,\n  \"goal_id\": 456\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0bd28c0a-548d-4ca3-93cd-e208abec5721",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "goals",
                    "achieve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": 789,\n  \"integration\": \"my_integration\",\n  \"call_name\": \"goal_achieved\",\n  \"automation_id\": 123,\n  \"goal_id\": 456\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5bcea902-7492-4a6e-be4c-5d21d70782c0",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "goals",
                    "achieve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": 789,\n  \"integration\": \"my_integration\",\n  \"call_name\": \"goal_achieved\",\n  \"automation_id\": 123,\n  \"goal_id\": 456\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d7fb233e-3b93-4dfa-ba82-401419dd3389",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "goals",
                    "achieve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": 789,\n  \"integration\": \"my_integration\",\n  \"call_name\": \"goal_achieved\",\n  \"automation_id\": 123,\n  \"goal_id\": 456\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8348437d-39d1-40c3-ba94-cba7fb6d143f",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "goals",
                    "achieve"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": 789,\n  \"integration\": \"my_integration\",\n  \"call_name\": \"goal_achieved\",\n  \"automation_id\": 123,\n  \"goal_id\": 456\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9fd6e56c-8625-40d0-bfa2-79f9e9ce5e0d",
          "name": "Bulk update for Automations Categories",
          "request": {
            "name": "Bulk update for Automations Categories",
            "description": {
              "content": "Bulk updates the categories of one or more automations",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "automations",
                "categories",
                "batchAssign"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"category_ids\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"automation_ids\": [\n    \"100\",\n    \"200\",\n    \"300\"\n  ],\n  \"apply_category\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "6874f891-8899-4e22-8af1-01e8f2aa0c54",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "categories",
                    "batchAssign"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"category_ids\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"automation_ids\": [\n    \"100\",\n    \"200\",\n    \"300\"\n  ],\n  \"apply_category\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3d48834c-013b-4320-8c22-690e5bb8e312",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "categories",
                    "batchAssign"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"category_ids\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"automation_ids\": [\n    \"100\",\n    \"200\",\n    \"300\"\n  ],\n  \"apply_category\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f373a92f-f7d8-4536-9f86-a410ae163f98",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "categories",
                    "batchAssign"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"category_ids\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"automation_ids\": [\n    \"100\",\n    \"200\",\n    \"300\"\n  ],\n  \"apply_category\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0d1bab6d-b6eb-4663-a374-4caa144bbb5d",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "categories",
                    "batchAssign"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"category_ids\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"automation_ids\": [\n    \"100\",\n    \"200\",\n    \"300\"\n  ],\n  \"apply_category\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fb0a016d-6b89-43a9-89a1-fb906420399a",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "categories",
                    "batchAssign"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"category_ids\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"automation_ids\": [\n    \"100\",\n    \"200\",\n    \"300\"\n  ],\n  \"apply_category\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c0d7bca-4971-4ec7-8a6c-98fe7cb6a68c",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "categories",
                    "batchAssign"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"category_ids\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"automation_ids\": [\n    \"100\",\n    \"200\",\n    \"300\"\n  ],\n  \"apply_category\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "948c7f03-e711-4314-a801-ef428112b1ed",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "categories",
                    "batchAssign"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"category_ids\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"automation_ids\": [\n    \"100\",\n    \"200\",\n    \"300\"\n  ],\n  \"apply_category\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "308362a5-bc7e-4cc6-a9e8-74a2eb07d555",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "categories",
                    "batchAssign"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"category_ids\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"automation_ids\": [\n    \"100\",\n    \"200\",\n    \"300\"\n  ],\n  \"apply_category\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a11d9c98-c82f-40b7-a10d-d24c3e0a6067",
          "name": "Bulk unpublish Automations",
          "request": {
            "name": "Bulk unpublish Automations",
            "description": {
              "content": "Bulk unpublish one or more automations",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "automations",
                "batch-unpublish"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"automation_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ],\n  \"unpublished_form_message\": \"This form is currently unavailable\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "e13887c2-0583-45b2-ab22-dda8887e854a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "batch-unpublish"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"automation_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ],\n  \"unpublished_form_message\": \"This form is currently unavailable\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7d57974d-cbd6-4934-a861-f99f3f253d45",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "batch-unpublish"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"automation_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ],\n  \"unpublished_form_message\": \"This form is currently unavailable\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "20dfa4b9-3268-42ed-aafb-4eac3bceb9c5",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "batch-unpublish"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"automation_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ],\n  \"unpublished_form_message\": \"This form is currently unavailable\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "43cf1374-5a70-49e8-aae5-19997a11af54",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "batch-unpublish"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"automation_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ],\n  \"unpublished_form_message\": \"This form is currently unavailable\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "074154ea-048c-47d5-9939-b3628f9fec58",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "batch-unpublish"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"automation_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ],\n  \"unpublished_form_message\": \"This form is currently unavailable\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b27cd14d-8f4a-4b89-a296-9168eb2aeb4e",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "batch-unpublish"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"automation_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ],\n  \"unpublished_form_message\": \"This form is currently unavailable\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a623cdaf-0a85-45fd-847f-27f98711e315",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "batch-unpublish"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"automation_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ],\n  \"unpublished_form_message\": \"This form is currently unavailable\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2ad0e443-a5e9-4dae-ac18-dc3efedbdb94",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "batch-unpublish"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"automation_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ],\n  \"unpublished_form_message\": \"This form is currently unavailable\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9d4278f0-fa3a-45ad-8a91-94db78db5775",
          "name": "List Automations",
          "request": {
            "name": "List Automations",
            "description": {
              "content": "Retrieves a list of automations",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "automations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `name`\n\nYou will need to apply the `==` operator to check the equality of the filter with your searched\ntext, in the encoded form `%3D%3D`. The search will look for the text anywhere in the automation name.\n\n- `filter=name%3D%3DSpring Automation`\n- `filter=name%3D%3DTag New Contacts`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `name`\n- `category`\n- `activeContacts`\n- `publishedDate`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "9955e15b-3a72-4104-9375-7aa968a1fc0b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"automations\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\",\n  \"automation_count\": 6097\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4282db04-92a5-4956-a94d-926205019839",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ddde81fe-de52-4e13-8977-669cd74d2346",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c623d093-259f-4504-9ebf-38497ac488c9",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "de959959-b329-4855-89c7-1499a4ea546f",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f63091f9-6b29-45eb-bb7d-23f3a04a1b5b",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3eacd62f-be1c-48f9-9d76-52c97bdc190d",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9585e508-e465-4a01-8f2d-78840f333bc9",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "747ec90e-43d8-41a1-a085-6f280728fcfd",
          "name": "Delete an Automation",
          "request": {
            "name": "Delete an Automation",
            "description": {
              "content": "Deletes a single automation",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "automations"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "automation_ids",
                  "value": "3656",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "automation_ids",
                  "value": "7534",
                  "description": "(Required) "
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "fd33090e-cdb0-47b8-b739-4359550d3dfd",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "automation_ids",
                      "value": "7224"
                    },
                    {
                      "key": "automation_ids",
                      "value": "3470"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e5b8b93e-a884-4d5f-9614-b2db55a3258e",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "automation_ids",
                      "value": "7224"
                    },
                    {
                      "key": "automation_ids",
                      "value": "3470"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35076ec2-6524-4408-99f8-23b3f3c73853",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "automation_ids",
                      "value": "7224"
                    },
                    {
                      "key": "automation_ids",
                      "value": "3470"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "22cb5074-86a9-49eb-bece-7f06736aea59",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "automation_ids",
                      "value": "7224"
                    },
                    {
                      "key": "automation_ids",
                      "value": "3470"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44e9730b-28c4-4ff1-87c4-659b785849fb",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "automation_ids",
                      "value": "7224"
                    },
                    {
                      "key": "automation_ids",
                      "value": "3470"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6f20b337-4668-4421-8aa0-17acc32b06a0",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "automation_ids",
                      "value": "7224"
                    },
                    {
                      "key": "automation_ids",
                      "value": "3470"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "76752556-6464-47d3-b077-6b44d4a3fbee",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "automation_ids",
                      "value": "7224"
                    },
                    {
                      "key": "automation_ids",
                      "value": "3470"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6643f3f-ff12-414b-ae39-3dea4bae556d",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "automation_ids",
                      "value": "7224"
                    },
                    {
                      "key": "automation_ids",
                      "value": "3470"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fb98ea7d-089f-4559-bfb6-d50dd74d8f20",
          "name": "Retrieve an Automation",
          "request": {
            "name": "Retrieve an Automation",
            "description": {
              "content": "Retrieves a single automation",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "automations",
                ":automation_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "automation_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "68201a19-3937-468a-b827-ad7652621c76",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"title\": \"Welcome Email Sequence\",\n  \"categories\": [\n    \"1\",\n    \"2\"\n  ],\n  \"status\": \"PUBLISHED\",\n  \"locked\": false,\n  \"active_contacts\": 150,\n  \"error_message\": \"Invalid email template\",\n  \"published_date\": \"2024-05-21T14:30:00Z\",\n  \"published_by\": \"string\",\n  \"published_timezone\": \"America/New_York\",\n  \"current_edit_lock_status\": {\n    \"locked\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"user_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"user_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"user_firstname\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "79be6845-e0b7-4f0e-aebe-3b57a5aa0c18",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3febbcdd-5505-428c-8f87-e8d6b70449a1",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e504e93b-e2c6-4d78-b8a3-3eb0774ebc93",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a65daf0a-25b9-47f1-b8fd-f3719ecc7559",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0c84392-2f30-4a99-8579-c8497c6633a4",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2843de7c-e4aa-4f8b-8cce-bc10d2ebd6db",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6617a0e-6ca3-4f3e-bc75-6bd0e1b56386",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    ":automation_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "automation_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2e753140-fd5e-4fd1-94e9-863199161d50",
          "name": "List Automations Ids",
          "request": {
            "name": "List Automations Ids",
            "description": {
              "content": "Retrieves a list of automations IDs",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "automations",
                "ids"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `name`\n\nYou will need to apply the `==` operator to check the equality of the filter with your searched\ntext, in the encoded form `%3D%3D`. The search will look for the text anywhere in the automation name.\n\n- `filter=name%3D%3DSpring Automation`\n- `filter=name%3D%3DTag New Contacts`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `name`\n- `category`\n- `activeContacts`\n- `publishedDate`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "2f89f1a6-d710-4be4-b1cc-06b392d75229",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"automation_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ],\n  \"next_page_token\": \"string\",\n  \"locked_automation_ids\": [\n    \"456\",\n    \"789\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fb2e889f-d644-451f-92ae-a33225de80e1",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a38b823-ac68-40a2-ac4b-634b1b76d268",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "19017bbf-6adf-4de4-b42f-693bef712cea",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8fe79db4-c13b-4168-9695-cca1a0b571f8",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "65b4899b-fd56-4d9e-a75d-6ee432a0633b",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7cde077b-1626-493d-9f05-7149df988a64",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a99c27d-dcc1-40d5-a8d3-c0dcb5860aa9",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automations",
                    "ids"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "6bb4bbb5-eb65-41e8-bb29-ce7065b2ad49",
      "name": "AutomationCategory",
      "description": {
        "content": "AutomationCategory endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "8c2aeea1-ceb7-4564-976f-7940e308ea1e",
          "name": "List automation categories",
          "request": {
            "name": "List automation categories",
            "description": {
              "content": "Retrieves a list of automation categories",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "automationCategory"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "02f206d1-3bcf-427a-a6d6-e659752c1de7",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"automation_categories\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "278b9f9c-658c-4be7-91ae-ecd4451d567f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a177a778-47d7-4d55-889d-75f6c2efbdd9",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5bf544ca-cc2e-476a-9cee-c90c430f4d3c",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "840901ce-a17e-4614-8a9d-bd5b77589744",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6917c24c-8e6c-4863-8176-e8b4d43f00bc",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2084ec6f-4ebd-43b8-bfd5-e4d1b6fe6f9e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8191e5f2-fa0d-4a51-b3fb-95f8a50f377d",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d5de8997-77d1-486c-9977-dfc8eefaff78",
          "name": "Create automation category",
          "request": {
            "name": "Create automation category",
            "description": {
              "content": "Creates a single automation category",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "automationCategory"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Marketing Campaigns\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "023c83ed-8619-4206-bffb-f3ea9980761b",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Marketing Campaigns\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Marketing Campaigns\",\n  \"automation_count\": 15\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3eacaed-08ed-460a-902f-2e2294c1ddbe",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Marketing Campaigns\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6290837f-bc04-49c3-88d2-d3c622990e13",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Marketing Campaigns\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e14d7177-ab6f-4ae2-b273-edfbcc2fa033",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Marketing Campaigns\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad55a9d0-a27b-4d88-84cd-cddcd724e031",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Marketing Campaigns\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "59e22c73-3ee0-40ac-8da7-08fabbad959c",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Marketing Campaigns\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e94a345b-1890-40d8-bbb9-00d64373589f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Marketing Campaigns\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a78d5617-7e1e-4d74-bcb3-78e39ab4bec1",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Marketing Campaigns\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7045ac29-2cc2-40a2-b3ca-2522eea76c6d",
          "name": "Delete automation category",
          "request": {
            "name": "Delete automation category",
            "description": {
              "content": "Deletes one or more automation categories based on the request parameters",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "automationCategory"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "ids",
                  "value": "3656",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "ids",
                  "value": "7534",
                  "description": "(Required) "
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "01c9a044-0d32-4578-8f71-fe979461a7e3",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "ids",
                      "value": "7224"
                    },
                    {
                      "key": "ids",
                      "value": "3470"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "2d9b1fd6-81d3-47fe-a346-7950df351bf0",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "ids",
                      "value": "7224"
                    },
                    {
                      "key": "ids",
                      "value": "3470"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b6240739-72e8-4ce0-9c08-6b321f4f0c25",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "ids",
                      "value": "7224"
                    },
                    {
                      "key": "ids",
                      "value": "3470"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f774ab1d-ef4f-4723-bb6f-ecd131d805b5",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "ids",
                      "value": "7224"
                    },
                    {
                      "key": "ids",
                      "value": "3470"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b5dc82c2-adf0-4ee2-ba2b-698c9b5e7062",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "ids",
                      "value": "7224"
                    },
                    {
                      "key": "ids",
                      "value": "3470"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bbea01bf-7ee9-43f7-806b-bebdfeda5de5",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "ids",
                      "value": "7224"
                    },
                    {
                      "key": "ids",
                      "value": "3470"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "de97db77-5769-4e8f-bbb4-fcbc5234c659",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "ids",
                      "value": "7224"
                    },
                    {
                      "key": "ids",
                      "value": "3470"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5237c873-bada-483b-8465-e04183334fc6",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "ids",
                      "value": "7224"
                    },
                    {
                      "key": "ids",
                      "value": "3470"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "25b2076c-37a9-4742-b1ab-c3e346263186",
          "name": "Update automation category",
          "request": {
            "name": "Update automation category",
            "description": {
              "content": "Updates part of a single automation category",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "automationCategory",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Marketing Campaigns\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "68a4eb50-9c74-4c6e-8e84-c1e976b6a944",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Marketing Campaigns\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Marketing Campaigns\",\n  \"automation_count\": 15\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "660d0456-d81b-4ab0-80c7-14c43300f4dc",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Marketing Campaigns\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eb00ce42-96c2-4487-b379-8237353776ef",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Marketing Campaigns\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "613c9c6a-29bf-4aa6-90cc-5cc638991d06",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Marketing Campaigns\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bcd9d873-a918-422b-a45d-67a4ea73bcc4",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Marketing Campaigns\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9cef0931-69a1-491e-b687-14bbd4f0faa3",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Marketing Campaigns\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "74705586-e53d-4f43-ae6d-cef99ecebc4d",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Marketing Campaigns\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f825b91-a182-4de3-af6a-53be517e5012",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "automationCategory",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Marketing Campaigns\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "17ab7b6f-24ce-4088-a3f8-e9b63609c3ff",
      "name": "Business Profile",
      "description": {
        "content": "Business Profile endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "58158e40-ea28-4690-bb85-4b5bea7dbc5d",
          "name": "Retrieve Business Profile",
          "request": {
            "name": "Retrieve Business Profile",
            "description": {
              "content": "Retrieves Business Profile information.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "businessProfile"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "13ca1b32-42df-40c6-92d3-a6e794b18ab1",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "businessProfile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"string\",\n  \"email\": \"string\",\n  \"website\": \"string\",\n  \"phone\": \"string\",\n  \"address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time_zone\": \"string\",\n  \"logo_url\": \"string\",\n  \"currency_code\": \"USD\",\n  \"language_tag\": \"string\",\n  \"business_type\": \"string\",\n  \"business_goals\": [\n    \"string\",\n    \"string\"\n  ],\n  \"business_primary_color\": \"string\",\n  \"business_secondary_color\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba8c5d54-04a3-4a41-91ba-c50519a8b203",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "businessProfile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a1ba0229-1a90-4584-872f-c340f3fd4af5",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "businessProfile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82190741-bee1-4caf-ae81-9805fd0ffc3b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "businessProfile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1bca2593-dcc2-4d13-a3e5-01ec670fc9fb",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "businessProfile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a519b1b-1d31-4eb5-a267-d4269c763055",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "businessProfile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "513f4c00-ec27-4521-957d-949221034c3f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "businessProfile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b4024246-d9a9-475e-8dfb-b2ba6bdd7685",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "businessProfile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9e180c93-4e19-49ef-aa31-65d700198f44",
          "name": "Update Business Profile",
          "request": {
            "name": "Update Business Profile",
            "description": {
              "content": "Updates Business Profile information.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "businessProfile"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"string\",\n  \"email\": \"string\",\n  \"website\": \"string\",\n  \"phone\": \"string\",\n  \"address\": {\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"currency_code\": \"USD\",\n  \"business_goals\": [\n    \"string\",\n    \"string\"\n  ],\n  \"business_primary_color\": \"string\",\n  \"business_secondary_color\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1a0568fe-0842-4cad-a9b2-477c9e35ca9b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "businessProfile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"email\": \"string\",\n  \"website\": \"string\",\n  \"phone\": \"string\",\n  \"address\": {\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"currency_code\": \"USD\",\n  \"business_goals\": [\n    \"string\",\n    \"string\"\n  ],\n  \"business_primary_color\": \"string\",\n  \"business_secondary_color\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"name\": \"string\",\n  \"email\": \"string\",\n  \"website\": \"string\",\n  \"phone\": \"string\",\n  \"address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"time_zone\": \"string\",\n  \"logo_url\": \"string\",\n  \"currency_code\": \"USD\",\n  \"language_tag\": \"string\",\n  \"business_type\": \"string\",\n  \"business_goals\": [\n    \"string\",\n    \"string\"\n  ],\n  \"business_primary_color\": \"string\",\n  \"business_secondary_color\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8081a6e6-60ae-403a-8416-032cdf149c11",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "businessProfile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"email\": \"string\",\n  \"website\": \"string\",\n  \"phone\": \"string\",\n  \"address\": {\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"currency_code\": \"USD\",\n  \"business_goals\": [\n    \"string\",\n    \"string\"\n  ],\n  \"business_primary_color\": \"string\",\n  \"business_secondary_color\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c279fa5-2bff-464b-8443-2abccdea27b8",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "businessProfile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"email\": \"string\",\n  \"website\": \"string\",\n  \"phone\": \"string\",\n  \"address\": {\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"currency_code\": \"USD\",\n  \"business_goals\": [\n    \"string\",\n    \"string\"\n  ],\n  \"business_primary_color\": \"string\",\n  \"business_secondary_color\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4f8b1c10-d773-4a30-823d-fc03fa2c1e9e",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "businessProfile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"email\": \"string\",\n  \"website\": \"string\",\n  \"phone\": \"string\",\n  \"address\": {\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"currency_code\": \"USD\",\n  \"business_goals\": [\n    \"string\",\n    \"string\"\n  ],\n  \"business_primary_color\": \"string\",\n  \"business_secondary_color\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a396f4e3-3f05-4054-abf8-b1eb6d154bda",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "businessProfile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"email\": \"string\",\n  \"website\": \"string\",\n  \"phone\": \"string\",\n  \"address\": {\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"currency_code\": \"USD\",\n  \"business_goals\": [\n    \"string\",\n    \"string\"\n  ],\n  \"business_primary_color\": \"string\",\n  \"business_secondary_color\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92d224e3-7300-4e69-8321-16c51dc2742e",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "businessProfile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"email\": \"string\",\n  \"website\": \"string\",\n  \"phone\": \"string\",\n  \"address\": {\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"currency_code\": \"USD\",\n  \"business_goals\": [\n    \"string\",\n    \"string\"\n  ],\n  \"business_primary_color\": \"string\",\n  \"business_secondary_color\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d15a3cfd-4493-4e89-be62-9ac9da66fcac",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "businessProfile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"email\": \"string\",\n  \"website\": \"string\",\n  \"phone\": \"string\",\n  \"address\": {\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"currency_code\": \"USD\",\n  \"business_goals\": [\n    \"string\",\n    \"string\"\n  ],\n  \"business_primary_color\": \"string\",\n  \"business_secondary_color\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7d3c0563-3238-489f-8188-fccc83391356",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "businessProfile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"string\",\n  \"email\": \"string\",\n  \"website\": \"string\",\n  \"phone\": \"string\",\n  \"address\": {\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"currency_code\": \"USD\",\n  \"business_goals\": [\n    \"string\",\n    \"string\"\n  ],\n  \"business_primary_color\": \"string\",\n  \"business_secondary_color\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "398cea48-4932-4eee-8a37-e1359ab98cbe",
      "name": "Campaign",
      "description": {
        "content": "Campaign endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "e065f608-82ca-492c-ac9b-ab2f2d16a51c",
          "name": "Remove Contacts from Campaign Sequence",
          "request": {
            "name": "Remove Contacts from Campaign Sequence",
            "description": {
              "content": "Removes a list of contacts from a campaign sequence\nResponse contains a map of the provided list of Contact Ids related to their individual result.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "campaigns",
                ":campaign_id",
                "sequences",
                "{{sequence_id}}:removeContacts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "campaign_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "fea0937b-398b-4d4e-906d-6a3280b5b074",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences",
                    "{{sequence_id}}:removeContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"remove_from_sequence_results\": {\n    \"key_0\": \"FAILED\",\n    \"key_1\": \"CONTACT_DOES_NOT_EXIST\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f9255f91-39e1-4ce4-88c0-2a5ae41f2dd3",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences",
                    "{{sequence_id}}:removeContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a8744d1b-a3aa-4a99-bf31-67d30d4009b2",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences",
                    "{{sequence_id}}:removeContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7369cd4d-ff44-4aa7-b7b4-0bb7d9a0561b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences",
                    "{{sequence_id}}:removeContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4a2f9988-d75a-47f4-b0cc-1837a348597c",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences",
                    "{{sequence_id}}:removeContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28ecd873-91af-4a8a-9a3f-d086cdd01cad",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences",
                    "{{sequence_id}}:removeContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f1630112-22e2-4b7b-8cc4-55c1f0bf3b3f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences",
                    "{{sequence_id}}:removeContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f2a0e1f2-c6f2-4673-bb5d-00f1db007579",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences",
                    "{{sequence_id}}:removeContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d8c0cc18-6d3e-49f1-b29c-11d0c42a95dc",
          "name": "Add Contacts to Campaign Sequence",
          "request": {
            "name": "Add Contacts to Campaign Sequence",
            "description": {
              "content": "Adds a list of contacts to a campaign sequence\nResponse contains a map of the provided list of Contact Ids related to their individual result.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "campaigns",
                ":campaign_id",
                "sequences",
                "{{sequence_id}}:addContacts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "campaign_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "337bb49b-0191-4d65-8cb5-b98f8b0302f9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences",
                    "{{sequence_id}}:addContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"add_to_sequence_results\": {\n    \"key_0\": \"CONTACT_DOES_NOT_EXIST\",\n    \"key_1\": \"ALREADY_IN_SEQUENCE\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff3dc775-afe9-4e34-84ca-6669cde42b65",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences",
                    "{{sequence_id}}:addContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b94ff6c-9294-44d6-a28b-095e30c5a436",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences",
                    "{{sequence_id}}:addContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e5233e4-d52e-4290-b49e-d597ec42f055",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences",
                    "{{sequence_id}}:addContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "62710a8d-a915-4beb-955c-c56cbc0254a3",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences",
                    "{{sequence_id}}:addContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "290674f1-4499-4da7-8924-8116ccf34408",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences",
                    "{{sequence_id}}:addContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "034c63b8-80d0-49c8-b641-593976012bd1",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences",
                    "{{sequence_id}}:addContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2666d7b5-8c51-49b7-96dc-fae749e1f521",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences",
                    "{{sequence_id}}:addContacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6b4ba586-ebc7-4d43-b109-2333cd289539",
          "name": "List Campaigns",
          "request": {
            "name": "List Campaigns",
            "description": {
              "content": "Retrieves a list of campaigns for the authenticated user",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "campaigns"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `name`\n\nYou will need to apply the `==` operator to check the equality of the filter with your searched\ntext, in the encoded form `%3D%3D`.\nThe search will look for the text anywhere in the campaign name.\n- `filter=name%3D%3DSpring Campaign`\n- `filter=name%3D%3DTag New Contacts`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `name`\n- `publisheddate`\n- `id`\n- `completedContactCount`\n- `activeContacts`\n- `datecreated`\n- `lastupdated`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "efc5c760-66e2-4ca7-a89f-7bd91e859c74",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"campaigns\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "951f3b6d-649f-4f03-b175-43392168d658",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "725886a8-79aa-4ff7-9144-a88817015530",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "16b18b9b-c6ea-4e7f-8552-4ba5a017da26",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "90e5a51d-62be-45fe-9f77-56a5a8a3e634",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "beebe71c-a19b-43bb-b40b-37bb290048d6",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2beb9bc0-d4cc-4149-9271-6ab8374cc02b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2406eb84-7236-45e1-8102-ff2bf2a742ba",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fe82b232-0e64-4fd6-a25a-f21689ec292e",
          "name": "Retrieve a Campaign",
          "request": {
            "name": "Retrieve a Campaign",
            "description": {
              "content": "Retrieves a single campaign",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "campaigns",
                ":campaign_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "campaign_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "d864646a-cfe0-4781-b13b-d299d0457adb",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Summer Sale Campaign\",\n  \"locked\": false,\n  \"date_created\": \"2024-05-21T14:30:00Z\",\n  \"published_date\": \"2024-05-21T14:30:00Z\",\n  \"published_status\": true,\n  \"error_message\": \"Invalid sequence configuration\",\n  \"time_zone\": \"America/New_York\",\n  \"published_time_zone\": \"America/New_York\",\n  \"created_by_global_id\": \"user_abc123\",\n  \"active_contact_count\": 250,\n  \"completed_contact_count\": 1500\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9b3af971-11be-461b-9147-1f7590ed50f7",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3bbc1a18-a9cc-4227-974a-934e0ec32d0d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c68a1844-fb75-4f8a-be81-a833d5c0b0f3",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "894102cf-b835-4b8c-9704-3ff9ad6ee6b0",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b132b836-e9fd-4356-bcdd-a565dfe2c2b1",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fa80e26b-f526-4cd8-84d1-dc33006aeec2",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d2d45a49-c494-4bd5-845b-a40fa850ba3a",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7fbc7071-8ca7-4ff2-b0c2-b6b966bd4847",
          "name": "Retrieve a list of Sequences for a Campaign",
          "request": {
            "name": "Retrieve a list of Sequences for a Campaign",
            "description": {
              "content": "Retrieves a list of Sequences (published) for a Campaign",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "campaigns",
                ":campaign_id",
                "sequences"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "campaign_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "ddb1cc7f-ac8e-4ab0-a3e2-95608e3d8137",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"sequences\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\",\n  \"campaign_id\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c56d3a6-3f94-4b65-9e13-09bc573dd50d",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f4e277a0-0ed9-4673-a6a6-7644b3d1b978",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b54d3602-f5e9-4789-b2d4-d65ed2f79c85",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "33d1420e-42e4-4555-ae64-97101be14aab",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7d5931d2-1723-41d5-be76-7d2cc2f144e0",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "12a8350d-e990-45ae-8c96-7c16dbb633d2",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cbb0ae4a-e3a9-4b38-8e94-a9b4b7bd5b1a",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "sequences"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f2d754c6-c854-4347-ac9f-06c14271cc4a",
          "name": "Retrieve a list of Goals for a Campaign",
          "request": {
            "name": "Retrieve a list of Goals for a Campaign",
            "description": {
              "content": "Retrieves a list of Goals (published) for a Campaign",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "campaigns",
                ":campaign_id",
                "goals"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "campaign_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "d75284b7-59d8-4e17-b504-a554ce83e682",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "goals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"goals\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\",\n  \"campaign_id\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "926f04f8-dd95-4d3e-81a9-3239eedf699d",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "goals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "10a95f85-87a9-4782-9b03-3d0975e14dae",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "goals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe2faa12-f69b-4944-a19d-ce586b5a7e32",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "goals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0aeaf70b-97e5-4b05-b83a-2c5080acd3e6",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "goals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b97b9d7c-05b8-45c2-80c2-7e76f805ef98",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "goals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "df6e1f19-d55c-4e4a-b5fa-963f05d5b301",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "goals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f0ce11e0-66f7-47f1-b3bb-49d4feca44e3",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "campaigns",
                    ":campaign_id",
                    "goals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "campaign_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "f16fc28d-372a-4fb9-b667-dbaafc6bd51f",
      "name": "Category Discounts",
      "description": {
        "content": "Category Discounts endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "42a74979-1625-4a23-ab9f-b60efc5b009d",
          "name": "List Category Discounts",
          "request": {
            "name": "List Category Discounts",
            "description": {
              "content": "Retrieves a list of Category Discounts",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "productCategories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, the allowed field is:\n- (String) `product_category_id`\n\nYou will need to apply the `==` operator to check the equality of the filter with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=product_category_id%3D%3D4`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `id`\n- `name`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "d8e19257-5960-453b-9430-4b6a0a8bd273",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"discounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6e6103d8-c6db-420e-a6ec-061c3ebb5621",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "71807417-e0c0-4314-b0e5-16797b577c6e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b97c4961-0b3e-47a1-8908-fe2ffecd4efa",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e47e23ca-aadb-4a21-a6ea-6cb3a927fbfc",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "877d16f8-6905-4f89-a3d3-e15b0cf2d7b1",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "740d1946-35ee-4054-be5c-35ce97f3eccc",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "423ea25e-e7e7-424d-a90d-b01ecd00270a",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "493f8bd7-7137-4906-9302-23e3f8eff5a5",
          "name": "Create a Category Discount",
          "request": {
            "name": "Create a Category Discount",
            "description": {
              "content": "Creates a Category Discount",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "productCategories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"apply_to_commissions\": false,\n  \"discount_percent\": 15,\n  \"name\": \"Electronics Category Sale\",\n  \"product_category_ids\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ],\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "90cbc502-a964-48e5-b571-0e3f63e4bee4",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"apply_to_commissions\": false,\n  \"discount_percent\": 15,\n  \"name\": \"Electronics Category Sale\",\n  \"product_category_ids\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ],\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Electronics Category Sale\",\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"discount_percent\": 15,\n  \"apply_to_commissions\": false,\n  \"product_categories\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6dc674ca-c447-4ca0-aae5-a1ef44b5e5d2",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"apply_to_commissions\": false,\n  \"discount_percent\": 15,\n  \"name\": \"Electronics Category Sale\",\n  \"product_category_ids\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ],\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a92a612-ef61-47de-9aa0-0a52bb64e292",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"apply_to_commissions\": false,\n  \"discount_percent\": 15,\n  \"name\": \"Electronics Category Sale\",\n  \"product_category_ids\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ],\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8ec1c46d-4586-4891-a927-4a14e592d646",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"apply_to_commissions\": false,\n  \"discount_percent\": 15,\n  \"name\": \"Electronics Category Sale\",\n  \"product_category_ids\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ],\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2c057d08-3e0e-43b2-ba3f-a639618cd28e",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"apply_to_commissions\": false,\n  \"discount_percent\": 15,\n  \"name\": \"Electronics Category Sale\",\n  \"product_category_ids\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ],\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "24f289cb-9615-4a5d-a0e1-c6988ef2f697",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"apply_to_commissions\": false,\n  \"discount_percent\": 15,\n  \"name\": \"Electronics Category Sale\",\n  \"product_category_ids\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ],\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ce92399c-9db7-4b50-83ea-111367187b0e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"apply_to_commissions\": false,\n  \"discount_percent\": 15,\n  \"name\": \"Electronics Category Sale\",\n  \"product_category_ids\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ],\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "770eca22-8817-4c8c-ba9e-5fd5b4e8e785",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"apply_to_commissions\": false,\n  \"discount_percent\": 15,\n  \"name\": \"Electronics Category Sale\",\n  \"product_category_ids\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ],\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ed5c7cf5-34cc-427d-b446-ee91c19ce725",
          "name": "Retrieve a Category Discount",
          "request": {
            "name": "Retrieve a Category Discount",
            "description": {
              "content": "Retrieves a single Category Discount",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "productCategories",
                ":discount_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "discount_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "acd4539f-49ea-4454-876f-f1387b029f7e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Electronics Category Sale\",\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"discount_percent\": 15,\n  \"apply_to_commissions\": false,\n  \"product_categories\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "326d05c0-aa9c-49db-952c-a8d6cf0d73b5",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cbf0c3b7-9c0d-4464-bf0b-cff2d25c49ef",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c7757b22-a7dc-4ee9-9e41-9beae3c32e83",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5303d75f-8577-4963-a41f-c986581bbc08",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39d3b5e4-50f5-4c90-aab0-2cf603794193",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9811895-77c8-42d6-9226-5f6817c32299",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1463c772-db76-4cec-9283-1b4b86c5a662",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "42154085-cbca-49b6-a123-09609cf45ca3",
          "name": "Delete a Category Discount",
          "request": {
            "name": "Delete a Category Discount",
            "description": {
              "content": "Deletes a specified Category Discount",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "productCategories",
                ":discount_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "discount_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "57898f63-01a9-49b1-b713-fdab4d2d1715",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3c9e3b94-d719-4a2c-8bb3-2007257b8209",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "299a9f57-8beb-406b-8e8f-58abf2f08a57",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b900e158-3421-45f2-8c0c-1701155aa578",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "afa894c1-d795-4eab-a3f1-7c873a3e4a15",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "555bd141-1fe9-44b8-bc96-401e9ecccdf5",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4036afa1-fd8a-42eb-828c-0b8f06defb88",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "17c0f20f-ba49-4168-be49-3b21b9bae951",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a6b15a3b-efe3-4515-b0ed-c2c3fe2cca7e",
          "name": "Update a Category Discount",
          "request": {
            "name": "Update a Category Discount",
            "description": {
              "content": "Updates a Category Discount",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "productCategories",
                ":discount_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "discount_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Electronics Category Sale\",\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": false,\n  \"discount_percent\": 15,\n  \"product_category_ids\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "f773a95d-127e-45fd-84da-4bb90a1f8f55",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics Category Sale\",\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": false,\n  \"discount_percent\": 15,\n  \"product_category_ids\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Electronics Category Sale\",\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"discount_percent\": 15,\n  \"apply_to_commissions\": false,\n  \"product_categories\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5ff95c93-e527-4bb0-a39a-718805d3e9a5",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics Category Sale\",\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": false,\n  \"discount_percent\": 15,\n  \"product_category_ids\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0c7e0154-5389-41f4-a6b0-101bba5604a2",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics Category Sale\",\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": false,\n  \"discount_percent\": 15,\n  \"product_category_ids\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8abacd7-c76e-4858-866d-991142bf44d0",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics Category Sale\",\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": false,\n  \"discount_percent\": 15,\n  \"product_category_ids\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b567b31d-fc57-4362-9e53-e365a96d79a1",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics Category Sale\",\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": false,\n  \"discount_percent\": 15,\n  \"product_category_ids\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6439f409-3e1f-4a41-857b-d93b0f672449",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics Category Sale\",\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": false,\n  \"discount_percent\": 15,\n  \"product_category_ids\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9859f063-3907-46e2-88eb-74f52c66bd09",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics Category Sale\",\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": false,\n  \"discount_percent\": 15,\n  \"product_category_ids\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "86fb7dac-a6df-416b-82d5-f4ac55060654",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "productCategories",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics Category Sale\",\n  \"description\": \"15% off all electronics\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": false,\n  \"discount_percent\": 15,\n  \"product_category_ids\": [\n    \"10\",\n    \"11\",\n    \"12\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "7b562bf9-c2f0-40f5-a076-951cd98a11e4",
      "name": "Company",
      "description": {
        "content": "Company endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "1a368b92-82b0-4bf7-ba79-5cc48b4a59e7",
          "name": "List Companies",
          "request": {
            "name": "List Companies",
            "description": {
              "content": "Retrieves a list of all Companies.<br/><br/>",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "companies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `company_name` - exact match on company name (equality only)\n- (String) `name` - company name with support for a wildcard at the end (e.g. `smith*`)\n- (String) `email` - exact match on email\n- (String) `since_time` - companies updated on or after this time\n- (String) `until_time` - companies updated on or before this time\n- (Number) `company_id` - supports comparison operators: `==`, `>`, `<`, `>=`, `<=`\n\nFor equality filters, use the `==` operator in encoded form `%3D%3D`:\n- `filter=company_name%3D%3DCompany`\n- `filter=email%3D%3Dtest@gmail.com`\n- `filter=since_time%3D%3D2025-04-16T20:33:02.321Z`\n- `filter=until_time%3D%3D2025-08-16T20:33:02.321Z`\n\nFor wildcard name search (prefix only, case-insensitive):\n- `filter=name%3D%3DAcme%2A` (starts with \"Acme\")\n\nFor company_id comparison:\n- `filter=company_id%3E5` (company_id > 5)\n- `filter=company_id%3E%3D10` (company_id >= 10)\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `id`\n- `create_time`\n- `name`\n- `email`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                },
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "string",
                  "description": "Comma-delimited list of Company properties to include in the response. (Fields such as `notes`, `fax_number`, `address`, `email_address`, `phone_number`, `update_time`, `create_time` and `custom_fields` aren't included, by default.)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "f6478fb1-b3b6-42a9-a4c8-45caa9dae842",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"companies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "974d969a-b20e-465a-a874-c83efc47ffbb",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2092306c-16e1-4af8-8a94-cc6d3cc3d71b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e0887b2-8c8d-4d9b-aac9-738ad0ac8567",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d010fb2-e987-470d-b1bb-29ae88c6c38c",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c235364c-2381-42bf-aa91-eccc6fdb5e63",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e86e1f39-9e4c-4920-bcf1-e33b12c00682",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "509caedc-7414-415d-9223-0f0ac86f262c",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9d2e21f7-72fc-4fe2-b59c-9fd854ba067d",
          "name": "Create a Company",
          "request": {
            "name": "Create a Company",
            "description": {
              "content": "Creates a new Company.`country_code` is required if `region` is specified.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "companies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "7884d04f-420a-47c3-ae5c-c3fb0f057fb3",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"groups\": \"1,5,12\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"update_time\": \"2024-03-15T10:30:00Z\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\",\n  \"account_id\": \"string\",\n  \"created_by\": \"string\",\n  \"last_updated_by\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b7ddf7eb-588d-4eda-99c8-ab4328ee5194",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f141e27f-a96c-4497-9c1f-bfddd1065b7c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f1bc199e-2896-43e1-bbce-296514d01677",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "85d83335-7779-4386-8111-db6d79ee9b66",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "94895536-26bf-4d92-98f2-81a01c5721c9",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5bfe6b60-92e9-4fd4-b1ec-d5bcb282b458",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "09bc1ab7-0ed2-4a3c-8f95-ea4a3eb86744",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4909fffb-5d5b-4714-ba57-ec37596ef83d",
          "name": "Add Tag to Company",
          "request": {
            "name": "Add Tag to Company",
            "description": {
              "content": "Applies a Tag to a Company.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "companies",
                ":company_id",
                "tags",
                ":tag_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "company_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "tag_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null
          },
          "response": [
            {
              "id": "1eb8c220-65f3-45ca-b761-a46dad747ee0",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f4c53689-2652-4548-9c7a-4257672a36ed",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "53c63acc-6eaa-4732-9b7c-23b4342384f7",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e73bd457-345e-4ff8-bcc7-071222bb7fc6",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f4abc28d-1f4e-4986-9cc0-e995723d5d90",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4fd4d531-843f-4a21-8e55-6a278c06ae00",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a838781-06da-4338-b92a-919da149087e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "27f221be-e8b8-4c4e-8cf3-f904f563a508",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c3000d58-8a58-4d96-bf09-c86f6a15f406",
          "name": "Remove Tag",
          "request": {
            "name": "Remove Tag",
            "description": {
              "content": "Remove a Tag from a Company.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "companies",
                ":company_id",
                "tags",
                ":tag_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "company_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "tag_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "8f41a902-ee16-4829-a9ee-c154bbe71194",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "06d78863-cc6c-4cec-9b84-1374c467a981",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7fef5406-465b-4596-be58-87955657b627",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "747a757a-59d1-487b-8913-66771ad3f9db",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11043d9a-c21d-4afb-ae4c-2cb2f49d2aaa",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e2c532c-0844-49f9-8a77-3b9f62906af9",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d4377be-3407-4981-9276-6625d3336c8d",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd7679b4-62ad-42a8-aab0-0941d2315ca6",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "254997b4-6e88-477c-8e3e-b421693b1f09",
          "name": "Create a Company Custom Field",
          "request": {
            "name": "Create a Company Custom Field",
            "description": {
              "content": "Creates a custom field of the specified type and options to the Company object",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "companies",
                "model",
                "customFields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"field_type\": \"DROPDOWN\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "14d753e5-7d9a-4831-877d-c80ea5146b0a",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"record_type\": \"TASK_NOTE_APPOINTMENT\",\n  \"field_type\": \"USER\",\n  \"default_value\": \"string\",\n  \"group_id\": \"string\",\n  \"field_name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8d096552-cd4f-4bc4-9dcb-b06579b93fe4",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7cf3d96f-7d80-4c00-898d-ca08abed9c6a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5878fd9-9581-4675-b415-5554fa324319",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8ae507a4-cf41-45e5-9355-a368439ca260",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b53c639a-d632-45c6-927f-dfbf566e79b7",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f99af843-5470-4023-9a7e-3585b6f054fb",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "29a71cab-5db8-466a-a05d-e9980987891a",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "619d5a54-f0ad-4801-927e-e0a88a12dbef",
          "name": "Retrieve a Company",
          "request": {
            "name": "Retrieve a Company",
            "description": {
              "content": "Retrieves a single Company",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "companies",
                ":company_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "string",
                  "description": "Comma-delimited list of Company properties to include in the response. (Available fields are: `address`, `custom_fields`, `email_address`, `fax_number`, `phone_number`, `website`, `notes`)"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "company_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "dd83cd72-4143-4dc0-a526-77afda29d1b4",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"groups\": \"1,5,12\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"update_time\": \"2024-03-15T10:30:00Z\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\",\n  \"account_id\": \"string\",\n  \"created_by\": \"string\",\n  \"last_updated_by\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4872a302-cd4c-45fa-892f-59829e00754d",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "43bcc24a-8115-44f8-aead-8a7e5a4109cb",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c01e4c02-39d3-488c-a8af-10ade54580f8",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6226f186-778b-49cc-8588-e91d17b08707",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a5a763f-41e4-4936-b4a7-8c71e6b5c301",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3bbbc7d-2741-4e8d-84ed-e8e4d400fee8",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "512c12b4-9a19-4630-840b-46c5c37ac7db",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b2a5e55b-fb95-4505-945d-1a9dc45235d7",
          "name": "Delete a Company",
          "request": {
            "name": "Delete a Company",
            "description": {
              "content": "Deletes the specified Company",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "companies",
                ":company_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "company_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "c31b9b32-6a38-48bd-b8a1-e0f547aaee32",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "76f5a9c9-4773-4ea1-ac09-cd268117b559",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f6ffec1b-c54a-41c6-9348-4b7e006a0811",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f51b34f-0a7a-4f0e-9cd1-61bba124576b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c25982aa-1d28-4b14-a255-1dedccb0e64c",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd03f6b6-8440-4b9a-9381-a6a353b461f0",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d9378a4e-28e0-42b9-902f-7c3f69860d02",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56dac0c5-ad95-4c45-8037-54ab2644e85f",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d5104ac3-fa1d-4866-be27-fb12f6aee7dd",
          "name": "Update a Company",
          "request": {
            "name": "Update a Company",
            "description": {
              "content": "Updates a Company with the values provided in the request",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "companies",
                ":company_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "company_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "a7a60464-1c5e-4c19-bb45-386d95491c81",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"groups\": \"1,5,12\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"update_time\": \"2024-03-15T10:30:00Z\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\",\n  \"account_id\": \"string\",\n  \"created_by\": \"string\",\n  \"last_updated_by\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2718cdf7-761d-4c5c-9684-060979747c57",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "447e0d05-f2a1-436c-89c5-d133256f4ffb",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b6fcc7cf-0d10-497d-823f-fee9dd89738c",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5bf27ab-62c1-41aa-a99d-2ef82afe381d",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c0f6852-7b5c-437a-a086-7d31bf6d2a14",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0d061093-4139-4532-bffe-62df73ec0297",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c95df56-a938-4627-a830-6aba6220da7e",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Key enterprise client since 2020\",\n  \"website\": \"https://www.thryv.com\",\n  \"suffix\": \"Jr\",\n  \"title\": \"Dr.\",\n  \"company_name\": \"Thryv\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_opt_in\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_opt_status\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fax_number\": {\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"phone_number\": {\n    \"extension\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_e164\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"anniversary_date\": \"2015-06-20\",\n  \"assistant_name\": \"Jane Doe\",\n  \"assistant_phone\": \"555-123-4567\",\n  \"billing_information\": \"NET 30\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Vendor\",\n  \"first_name\": \"John\",\n  \"job_title\": \"CEO\",\n  \"last_name\": \"Smith\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"owner_id\": \"string\",\n  \"referral_code\": \"REF2024ABC\",\n  \"spouse_name\": \"Jane Smith\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0dcd6a21-8043-41eb-834c-dbab30cf8637",
          "name": "Update a Company Custom Field",
          "request": {
            "name": "Update a Company Custom Field",
            "description": {
              "content": "Updates a custom field of the specified type and options to the Company object",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "companies",
                "model",
                "customFields",
                ":custom_field_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "custom_field_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "61ffa781-12fe-4f78-b9d3-f2b232277ace",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"record_type\": \"TASK_NOTE_APPOINTMENT\",\n  \"field_type\": \"USER\",\n  \"default_value\": \"string\",\n  \"group_id\": \"string\",\n  \"field_name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8cfba8fb-927d-4b60-944b-19d98df2ae67",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "91b2ef25-b67a-4544-bd70-e070f5b20e7a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9bc6dd06-fd73-4a8c-bf32-f6584b4502cc",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab405eb3-d3c3-457b-9679-8e46cf90ac67",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "991308cc-e253-4ce2-a45a-11706a467440",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f97dc207-628a-4d63-b2c7-fa56bfd1637c",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e8b3a91c-c647-443a-8326-b9fed68969a5",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "23e227f3-df73-40e7-a1d7-8daaeb5dd7c3",
          "name": "List Tags For Company",
          "request": {
            "name": "List Tags For Company",
            "description": {
              "content": "Retrieves a list of tags applied to the specified Company",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "companies",
                ":company_id",
                "tags"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `name`\n- (String) `description`\n- (String) `category_id` (use `category_id==NONE` to filter tags not assigned to any category)\n- (String) `since_applied_time`\n- (String) `until_applied_time`\n- (String) `since_create_time`\n- (String) `until_create_time`\n- (String) `since_update_time`\n- (String) `until_update_time`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=name%3D%3DCustomer`\n- `filter=category_id%3D%3D123`\n- `filter=category_id%3D%3DNONE`\n- `filter=since_applied_time%3D%3D2025-04-16T20:33:02.321Z;until_applied_time%3D%3D2025-08-16T20:33:02.321Z;`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `name`\n- `create_time`\n- `update_time`\n- `applied_time`\n- `category_id`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "company_id",
                  "description": "(Required) Company identifier"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "bbf3cf5c-2a7a-4ec0-bc79-c2b493420236",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) Company identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "72344ccf-e372-4004-8327-04de21afe294",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) Company identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40f9fad1-3fdf-4d85-8182-4c2333cc1116",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) Company identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "01a79c52-f5f2-4792-aa9c-82733a80c5e4",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) Company identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c75e335-a2d1-4b71-a807-14dd7392564b",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) Company identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc69043a-1bd0-4b2d-a5ab-5775c2750dd4",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) Company identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b38be6c4-7451-48d8-aed1-b201b04c6663",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) Company identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c9961545-6329-4605-bd18-f46acd12e6a3",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    ":company_id",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "company_id",
                      "description": "(Required) Company identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bc0ca848-c044-4225-a343-96b08138a357",
          "name": "Retrieve Company Custom Field Model",
          "request": {
            "name": "Retrieve Company Custom Field Model",
            "description": {
              "content": "Get the custom fields for the Company object",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "companies",
                "model"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "9195146b-73f6-48a7-aca4-ad3d6708d6ee",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"optional_properties\": [\n    \"string\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3ed538ed-e02f-4295-af53-918fb92e9cbd",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "77dd2a04-7194-4f6a-a5e0-d75e40a6eeb9",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e551697-4244-47d3-8bb4-a77f61aeb90e",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "32a3a1ad-a2e0-40f4-9006-e878422f3b38",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "01c33f92-52c6-46ed-bade-22932766b6da",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eaf42f1b-d835-4f69-8519-be9dd341c1af",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0803d3bf-4911-4600-bf9f-22fb540721f7",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "companies",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "d699a5a1-1326-409c-b391-f86d836cae7a",
      "name": "Contact",
      "description": {
        "content": "Contact endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "bca2b665-2785-4502-9edd-d02f8a99f951",
          "name": "List Contacts",
          "request": {
            "name": "List Contacts",
            "description": {
              "content": "Retrieves a list of Contacts",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `email`\n- (String) `given_name`\n- (String) `family_name`\n- (String) `company_id`\n- (Set[String]) `contact_ids`\n- (String) `start_update_time`\n- (String) `end_update_time`\n- (String) `phone_number`\n- (String) `phone_field` (e.g. PHONE1, PHONE2, or comma-separated list PHONE1,PHONE2,PHONE3,PHONE4,PHONE5)\n- (String) `billing_address_line1`\n- (String) `billing_address_locality`\n- (String) `billing_address_region` (long-form region/state name, e.g. \"Arizona\")\n- (String) `billing_address_postal_code`\n- (String) `billing_address_country_code` (ISO 3166-1 alpha-3, e.g. \"USA\")\n- (String) `shipping_address_line1`\n- (String) `shipping_address_locality`\n- (String) `shipping_address_region`\n- (String) `shipping_address_postal_code`\n- (String) `shipping_address_country_code`\n- (String) `other_address_line1`\n- (String) `other_address_locality`\n- (String) `other_address_region`\n- (String) `other_address_postal_code`\n- (String) `other_address_country_code`\n\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`.\nFor the filters listed above, here are some examples:\n- `filter=given_name%3D%3DMary`\n- `filter=company_id%3D%3D123`\n- `filter=company_id%3D%3D123%3Bfamily_name%3D%3DSmith`\n- `filter=billing_address_locality%3D%3DChandler`\n- `filter=shipping_address_country_code%3D%3DUSA%3Bshipping_address_region%3D%3DArizona`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `id`\n- `create_time`\n- `email`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                },
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "string",
                  "description": "Comma-delimited list of Contact properties to include in the response. (Available fields are: addresses,anniversary_date,birth_date,company,contact_type,create_time,\ncustom_fields,email_addresses,family_name,fax_numbers,given_name,id,job_title,leadsource_id,\nlinks,middle_name,notes,origin,owner_id,phone_numbers,preferred_locale,preferred_name,prefix,\nreferral_code,score_value,social_accounts,source_type,spouse_name,suffix,tag_ids,time_zone,\nupdate_time,utm_parameters,website,account_id,assistant_name,assistant_phone,\nbilling_information,created_by,groups,last_updated_by)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "d133fdcb-5135-4645-a529-93c69dbe5680",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"contacts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec17b6ab-f82d-495b-986b-bce6639a1c32",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3db1f5df-a921-4e10-851f-1845a0de520e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "694e823d-f801-4ebe-8ea5-e7f4b870a6ad",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "31232cb8-f2f3-4696-8441-cb2a54301798",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0bb2b581-e0f3-4e36-8ecc-fa22f3dceab2",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "37cbfcf7-3794-42e3-9807-f2050ecf3237",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "931ee714-957d-4604-be11-01b36921bd7a",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6023a8a0-6435-4d4f-ab93-43a285796f19",
          "name": "Create a Contact",
          "request": {
            "name": "Create a Contact",
            "description": {
              "content": "Creates a new Contact.\n*Note:* Contact must contain at least one item in `email_addresses` or `phone_numbers` and `country_code` is required if `region` is specified.\nOptionally accepts a `duplicate_option` query parameter which performs duplicate checking by one of the following options: `Email`, `EmailAndName`, `EmailAndNameAndCompany`. If a match is found using the option provided, the existing contact will be updated. If an existing contact was not found using the `duplicate_option` provided, a new contact record will be created. When `duplicate_option` is not specified, a new contact is always created.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "duplicate_option",
                  "value": "EmailAndNameAndCompany",
                  "description": "Duplicate check strategy. If provided, performs duplicate checking and updates the existing contact if a match is found."
                },
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "string",
                  "description": "Comma-delimited list of Contact properties to include in the response. (Available fields are: addresses,anniversary_date,birth_date,company,contact_type,create_time,\ncustom_fields,email_addresses,family_name,fax_numbers,given_name,id,job_title,leadsource_id,\nlinks,middle_name,notes,origin,owner_id,phone_numbers,preferred_locale,preferred_name,prefix,\nreferral_code,score_value,social_accounts,source_type,spouse_name,suffix,tag_ids,time_zone,\nupdate_time,utm_parameters,website,account_id,assistant_name,assistant_phone,\nbilling_information,created_by,groups,last_updated_by)"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"MANUAL\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": {\n    \"keap_source_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_medium\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_term\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_campaign\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d7117a57-4b78-4e45-87ec-049af0a22767",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "duplicate_option",
                      "value": "EmailAndNameAndCompany"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"LANDING_PAGE\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": {\n    \"keap_source_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_medium\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_term\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_campaign\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"links\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"groups\": \"string\",\n  \"update_time\": \"2024-03-15T10:30:00Z\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"score_value\": \"string\",\n  \"tag_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"APPOINTMENT\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"account_id\": \"string\",\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\",\n  \"created_by\": \"string\",\n  \"last_updated_by\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "445dc12d-4c3c-439b-abe2-481e884d9a83",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "duplicate_option",
                      "value": "EmailAndNameAndCompany"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"LANDING_PAGE\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": {\n    \"keap_source_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_medium\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_term\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_campaign\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d95ef041-c663-465a-9146-897e650b193f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "duplicate_option",
                      "value": "EmailAndNameAndCompany"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"LANDING_PAGE\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": {\n    \"keap_source_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_medium\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_term\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_campaign\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3d71be4f-b1bf-477e-9670-2dcf06e15aa9",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "duplicate_option",
                      "value": "EmailAndNameAndCompany"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"LANDING_PAGE\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": {\n    \"keap_source_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_medium\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_term\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_campaign\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "24df705a-5468-4a28-b40e-12cf80f7f24d",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "duplicate_option",
                      "value": "EmailAndNameAndCompany"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"LANDING_PAGE\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": {\n    \"keap_source_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_medium\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_term\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_campaign\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "75e0bac8-1f4c-4346-a419-3ea1beeb2922",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "duplicate_option",
                      "value": "EmailAndNameAndCompany"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"LANDING_PAGE\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": {\n    \"keap_source_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_medium\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_term\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_campaign\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a92d49c-fceb-4308-a95a-8066cd43896b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "duplicate_option",
                      "value": "EmailAndNameAndCompany"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"LANDING_PAGE\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": {\n    \"keap_source_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_medium\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_term\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_campaign\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f143cea8-a822-4ef1-9e25-9c361c566d75",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "duplicate_option",
                      "value": "EmailAndNameAndCompany"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"LANDING_PAGE\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": {\n    \"keap_source_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_medium\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_term\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_campaign\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0ae9725b-b722-441c-b5d0-d864b7657fd7",
          "name": "Delete Link between two Contacts",
          "request": {
            "name": "Delete Link between two Contacts",
            "description": {
              "content": "Deletes Link between two Contacts",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts:unlink"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"contact1_id\": \"string\",\n  \"link_type_id\": \"string\",\n  \"contact2_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "4c35a14d-f5cd-4ead-8250-9404bb736139",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts:unlink"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact1_id\": \"string\",\n  \"link_type_id\": \"string\",\n  \"contact2_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "cd28f083-ae8f-4c5e-8c8f-1b1af3dc242d",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts:unlink"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact1_id\": \"string\",\n  \"link_type_id\": \"string\",\n  \"contact2_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28dc00c2-b62d-46b7-86dd-4e0dcc2a6624",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts:unlink"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact1_id\": \"string\",\n  \"link_type_id\": \"string\",\n  \"contact2_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1747329f-f5eb-4b73-999d-a2b5a1854f62",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts:unlink"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact1_id\": \"string\",\n  \"link_type_id\": \"string\",\n  \"contact2_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21c5f001-92d5-4f18-a83d-56e4cad7e6b3",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts:unlink"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact1_id\": \"string\",\n  \"link_type_id\": \"string\",\n  \"contact2_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7bbb980c-1bbc-4600-aebc-65250ba70137",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts:unlink"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact1_id\": \"string\",\n  \"link_type_id\": \"string\",\n  \"contact2_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4ae909eb-c77a-4318-a5d6-0e37a4c44540",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts:unlink"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact1_id\": \"string\",\n  \"link_type_id\": \"string\",\n  \"contact2_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aa170ce9-bf41-40b6-b7c6-0a15cbc3adbe",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts:unlink"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact1_id\": \"string\",\n  \"link_type_id\": \"string\",\n  \"contact2_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1a15b934-3ad3-49fe-84c3-e599b38e0143",
          "name": "Link Contacts",
          "request": {
            "name": "Link Contacts",
            "description": {
              "content": "Links two Contacts together using the provided Link type",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts:link"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"contact1_id\": \"string\",\n  \"link_type_id\": \"string\",\n  \"contact2_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1b6195e7-b5a6-4b77-9590-4469b9253ad9",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts:link"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact1_id\": \"string\",\n  \"link_type_id\": \"string\",\n  \"contact2_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"contact1_id\": \"string\",\n  \"contact2_id\": \"string\",\n  \"link_type_id\": \"string\",\n  \"link_type_name\": \"Spouse\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a73374fa-3c50-4e7c-a584-6afb2a073260",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts:link"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact1_id\": \"string\",\n  \"link_type_id\": \"string\",\n  \"contact2_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f3fab7f3-68a3-457c-a34d-86440dadbc5b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts:link"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact1_id\": \"string\",\n  \"link_type_id\": \"string\",\n  \"contact2_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad80e657-d139-4dde-8661-59c7473f97b0",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts:link"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact1_id\": \"string\",\n  \"link_type_id\": \"string\",\n  \"contact2_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6ffadf9c-1ca9-4f6a-8ce2-3adcf504512f",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts:link"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact1_id\": \"string\",\n  \"link_type_id\": \"string\",\n  \"contact2_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f302eadb-f51f-40b8-8049-7a32942c515f",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts:link"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact1_id\": \"string\",\n  \"link_type_id\": \"string\",\n  \"contact2_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "90a251aa-9563-4979-9d71-1b5034bbee2b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts:link"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact1_id\": \"string\",\n  \"link_type_id\": \"string\",\n  \"contact2_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c2070aa3-85a4-4f09-a22e-46c0adbc3699",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts:link"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact1_id\": \"string\",\n  \"link_type_id\": \"string\",\n  \"contact2_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "705aa4c1-899f-4886-890f-9a7e3bbd7e42",
          "name": "Create a Contact Custom Field",
          "request": {
            "name": "Create a Contact Custom Field",
            "description": {
              "content": "Creates a custom field of the specified type and options to the Contact object",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts",
                "model",
                "customFields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"field_type\": \"DROPDOWN\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "9396824e-5217-4e7e-a0bc-403bc831162a",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"record_type\": \"TASK_NOTE_APPOINTMENT\",\n  \"field_type\": \"USER\",\n  \"default_value\": \"string\",\n  \"group_id\": \"string\",\n  \"field_name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0aa4751d-6dbb-482e-b1ed-3cb7280a5f5f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1a68918d-3b44-4953-971f-2c394ebf8467",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "779895d9-ad8c-43a8-87eb-b518b2f38b35",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b7be745b-36c4-4e05-a549-e06cd860107f",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cdaf641f-3a78-4696-8663-5ce1ef14e806",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "591bff50-511d-432f-a14c-431e693a6093",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d269c043-12bb-447b-ba4d-1ce73c90c6b2",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d7bd64c7-95c0-41f4-aad2-65f6304adaa7",
          "name": "List Contact Link types",
          "request": {
            "name": "List Contact Link types",
            "description": {
              "content": "Retrieves a list of Contact Link types.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts",
                "links",
                "types"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `name`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=name%3D%3DexpectedValue`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `name`\n- `max_links`\n- `create_time`\n\nOne of the following directions:\n- `asc`\n- `desc`\n"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "09495292-9fa0-4b0d-a09f-8198192721a1",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "links",
                    "types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"contact_link_types\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0516d416-027a-4dbf-a105-2f5eea56c0a7",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "links",
                    "types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "75d9b68f-d895-4abb-be99-e23fde099119",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "links",
                    "types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d1db26d-826f-430c-bb1a-74a21691ac76",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "links",
                    "types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a27317f-4d35-48c9-978b-43789bd4d413",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "links",
                    "types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f22bef9f-5339-430f-ace5-84d376e6a0c2",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "links",
                    "types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "60790266-776e-4639-8d37-59eea6965c9a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "links",
                    "types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f0673b38-b17f-40f0-8356-b52e6aaf5313",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "links",
                    "types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6f43c43d-2e52-4c83-94a9-3eedc1bc2b34",
          "name": "Create a Contact Link type",
          "request": {
            "name": "Create a Contact Link type",
            "description": {
              "content": "Creates a new type of Contact Link",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts",
                "links",
                "types"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Spouse\",\n  \"max_links\": 1\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ea6b2dec-8823-4373-b89d-5ca457fd0209",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "links",
                    "types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Spouse\",\n  \"max_links\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Spouse\",\n  \"max_links\": 1,\n  \"create_time\": \"2024-01-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a33e57b0-5ad4-4046-bb96-0eaee233598c",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "links",
                    "types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Spouse\",\n  \"max_links\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1bf1443e-b6bb-4fe9-b65b-a34b6b7c1e36",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "links",
                    "types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Spouse\",\n  \"max_links\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "22dbb5f8-c4ce-480b-a668-73c6a7489b99",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "links",
                    "types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Spouse\",\n  \"max_links\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b2a76293-d9a9-4e4a-b991-eb94e96f7872",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "links",
                    "types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Spouse\",\n  \"max_links\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad3b8c6e-d7c3-4e36-b050-cf303ba57877",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "links",
                    "types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Spouse\",\n  \"max_links\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c26bc456-8869-4a49-b04f-0bfca9fe2c0b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "links",
                    "types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Spouse\",\n  \"max_links\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4df2a71d-640d-4592-953e-3eb587a27925",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "links",
                    "types"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Spouse\",\n  \"max_links\": 1\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d0c41399-9537-4b3c-b121-3a7bc37777ab",
          "name": "Retrieve a Contact",
          "request": {
            "name": "Retrieve a Contact",
            "description": {
              "content": "Retrieves a single Contact",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts",
                ":contact_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "string",
                  "description": "Comma-delimited list of Contact properties to include in the response. (Available fields are: addresses,anniversary_date,birth_date,company,contact_type,create_time,\ncustom_fields,email_addresses,family_name,fax_numbers,given_name,id,job_title,leadsource_id,\nlinks,middle_name,notes,origin,owner_id,phone_numbers,preferred_locale,preferred_name,prefix,\nreferral_code,score_value,social_accounts,source_type,spouse_name,suffix,tag_ids,time_zone,\nupdate_time,utm_parameters,website,account_id,assistant_name,assistant_phone,\nbilling_information,created_by,groups,last_updated_by)"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "contact_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "b2a9b3bc-e708-4158-a697-5ab347659150",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"links\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"groups\": \"string\",\n  \"update_time\": \"2024-03-15T10:30:00Z\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"score_value\": \"string\",\n  \"tag_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"APPOINTMENT\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"account_id\": \"string\",\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\",\n  \"created_by\": \"string\",\n  \"last_updated_by\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc6fa7a1-3fae-4d1f-9f44-31f46c0d73f9",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "65cc1ec5-c637-4382-af54-d07acbce763f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d01f3d52-f391-434e-a451-33a8cf85c244",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c5e67630-e18c-45c1-a145-7ca24568ebd7",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "15afafa1-6acf-49e4-bd9a-1fa9af615c59",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c88ada96-f7ca-4bd4-a195-7abd4774f251",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6341dcf0-957a-4805-9f37-d3c88ae165ad",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7a7c2b55-b518-43f5-ae34-22f478d9646e",
          "name": "Delete a Contact",
          "request": {
            "name": "Delete a Contact",
            "description": {
              "content": "Deletes the specified Contact",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts",
                ":contact_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "contact_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "a3d40a8d-58e2-4c87-a692-3d6f20575d0e",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a70cffdf-3f96-4d71-b249-1f28528d44e8",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "67d2ed98-bed9-4474-8198-7bf266700c17",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "841b88fd-68e8-4401-b595-f02dbb244162",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35b9fe3e-120c-4c77-9065-e9e898569bf1",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "146180d9-83c7-48e2-8687-be057e17c5f8",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "770ab4d3-dee2-4b04-8c37-2d50c847fe8a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd47dd2a-35ab-4e16-8bab-8bb7d6eaadc3",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "12d86e63-ee4f-4023-90a7-13602aadcaa8",
          "name": "Update a Contact",
          "request": {
            "name": "Update a Contact",
            "description": {
              "content": "Updates a Contact",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts",
                ":contact_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "string",
                  "description": "Comma-delimited list of Contact properties to include in the response. (Available fields are: addresses,anniversary_date,birth_date,company,contact_type,create_time,\ncustom_fields,email_addresses,family_name,fax_numbers,given_name,id,job_title,leadsource_id,\nlinks,middle_name,notes,origin,owner_id,phone_numbers,preferred_locale,preferred_name,prefix,\nreferral_code,score_value,social_accounts,source_type,spouse_name,suffix,tag_ids,time_zone,\nupdate_time,utm_parameters,website,account_id,assistant_name,assistant_phone,\nbilling_information,created_by,groups,last_updated_by)"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "contact_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"MANUAL\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": {\n    \"keap_source_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_medium\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_term\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_campaign\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "59bc1717-4af0-496a-81ff-5ffc162d3685",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"LANDING_PAGE\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": {\n    \"keap_source_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_medium\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_term\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_campaign\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"links\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"groups\": \"string\",\n  \"update_time\": \"2024-03-15T10:30:00Z\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"score_value\": \"string\",\n  \"tag_ids\": [\n    \"string\",\n    \"string\"\n  ],\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"APPOINTMENT\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"account_id\": \"string\",\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\",\n  \"created_by\": \"string\",\n  \"last_updated_by\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a8adfb7a-6b66-4997-8075-222301fa1bae",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"LANDING_PAGE\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": {\n    \"keap_source_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_medium\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_term\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_campaign\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "50c672ce-3eb0-41ca-8a6e-5f5114012960",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"LANDING_PAGE\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": {\n    \"keap_source_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_medium\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_term\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_campaign\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c284d64b-b574-414b-b8da-4acf7e61dbff",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"LANDING_PAGE\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": {\n    \"keap_source_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_medium\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_term\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_campaign\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "366fdf1f-17e9-42d2-896a-10f9f387c6d3",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"LANDING_PAGE\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": {\n    \"keap_source_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_medium\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_term\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_campaign\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d2c5360b-a02f-43ce-b317-c0cf65735aef",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"LANDING_PAGE\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": {\n    \"keap_source_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_medium\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_term\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_campaign\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c6de47f-e06c-4aba-babc-a158acedc110",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"LANDING_PAGE\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": {\n    \"keap_source_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_medium\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_term\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_campaign\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "60767ff9-74b0-4e2c-8505-6fb7eba78fd9",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"origin\": {\n    \"ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"prefix\": \"Dr.\",\n  \"suffix\": \"Jr\",\n  \"website\": \"https://thryv.com\",\n  \"anniversary_date\": \"2015-06-20\",\n  \"birth_date\": \"1985-03-15\",\n  \"contact_type\": \"Prospect\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"job_title\": \"Senior Software Engineer\",\n  \"leadsource_id\": \"string\",\n  \"middle_name\": \"Robert\",\n  \"owner_id\": \"string\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"preferred_locale\": \"en_US\",\n  \"preferred_name\": \"Johnny\",\n  \"referral_code\": \"REF2024ABC\",\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"source_type\": \"LANDING_PAGE\",\n  \"spouse_name\": \"Jane Smith\",\n  \"time_zone\": \"America/New_York\",\n  \"utm_parameters\": {\n    \"keap_source_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_source\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_medium\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_term\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_campaign\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"utm_content\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"assistant_name\": \"string\",\n  \"assistant_phone\": \"string\",\n  \"billing_information\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f10bc054-7ac6-42ff-80d5-8f9929e9bac2",
          "name": "List Tags For Contact",
          "request": {
            "name": "List Tags For Contact",
            "description": {
              "content": "Retrieves a list of tags applied to the specified Contact",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts",
                ":contact_id",
                "tags"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `name`\n- (String) `description`\n- (String) `category_id` (use `category_id==NONE` to filter tags not assigned to any category)\n- (String) `since_applied_time`\n- (String) `until_applied_time`\n- (String) `since_create_time`\n- (String) `until_create_time`\n- (String) `since_update_time`\n- (String) `until_update_time`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=name%3D%3DCustomer`\n- `filter=category_id%3D%3D123`\n- `filter=category_id%3D%3DNONE`\n- `filter=since_applied_time%3D%3D2025-04-16T20:33:02.321Z;until_applied_time%3D%3D2025-08-16T20:33:02.321Z;`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `name`\n- `create_time`\n- `update_time`\n- `applied_time`\n- `category_id`\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "contact_id",
                  "description": "(Required) Contact identifier"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "9565595d-6245-42a5-83ff-a9a17c5b82e3",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) Contact identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b39266a-2ebd-4f50-9e8c-2537fd362520",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) Contact identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3fb58ef5-872d-44ee-963c-f66d5c967ea9",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) Contact identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b1efc452-6574-4436-ae86-40a344adfb79",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) Contact identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "90f08199-837e-4ced-8c0b-af94cef6d2ea",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) Contact identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0fe9132f-c933-4497-8195-92a85e278589",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) Contact identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26def91f-bbe3-4c03-9955-900f19165c28",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) Contact identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "334fc245-1650-403a-a6d6-f936e46701d1",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) Contact identifier"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "705919d7-de0d-4982-b2ab-5db4aef72975",
          "name": "List Linked Contacts",
          "request": {
            "name": "List Linked Contacts",
            "description": {
              "content": "Retrieves a list of Linked Contacts for a given Contact",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts",
                ":contact_id",
                "links"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "contact_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "83768465-1a3c-4941-b4b5-b2ffcda5270a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "links"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"links\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c27c7ad7-030c-4121-bf40-f572687661d7",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "links"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b1b13932-5ab4-4338-83a9-744a6d8c3f4c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "links"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "183ede23-8078-4ea0-820d-4f54c54b6bed",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "links"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "252f1d63-9069-4c79-a823-34a523267876",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "links"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "152576b8-d98b-439a-8cb7-09aff685f275",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "links"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "93f079a0-7c18-4681-8af4-62652577e4ef",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "links"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "42c79747-8de5-41b8-92a9-3ba31f5b2885",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "links"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "333fa01e-8eb8-4ba9-9258-98b5a8df5751",
          "name": "Retrieve Contact Model",
          "request": {
            "name": "Retrieve Contact Model",
            "description": {
              "content": "Get the custom fields and optional properties for the Contact object",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts",
                "model"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "c4a94f77-0ba7-45b1-bdc1-20f2c011787d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"optional_properties\": [\n    \"string\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f2128ac7-dbcb-4f77-99dc-3687e141df56",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "15eaaafe-3f87-4bd0-a20a-9b855c011b4d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "52add1cb-fcae-4bca-bc33-b718ed8a6e99",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6ad1387-98fd-4fd8-8a5a-60a150841511",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f9b0762b-8720-4418-a132-701c07f442d9",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "030c7ee7-c73a-4444-ad91-f4a66f5d5872",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aff73863-3bf8-4bdc-bbf3-faa87f47d274",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "b2dcfea7-f3a8-4a89-92f5-2eed98f6052b",
      "name": "Email",
      "description": {
        "content": "Email endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "ecc6bd79-f711-440a-bbd9-f0e8958437b1",
          "name": "List Emails",
          "request": {
            "name": "List Emails",
            "description": {
              "content": "Retrieves a list of emails that have been sent",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "emails"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) contact_id\n- (String) email\n- (String) start_created_time\n- (String) end_created_time\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `created_time`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "fc882a60-5e01-484c-8db3-295bf447b93e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"emails\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9f631228-9bb2-46c9-8dd5-5b6952b79f4d",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "479af586-a87a-435d-ac27-9adde02808e5",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "309596c3-d353-481e-822d-885b2a6604ea",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3232c90a-0d0b-4f83-a1d8-63d6e5495777",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e6ce8ca-19c0-4f0b-af26-47505f41812e",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8582ec22-c3a9-4633-a859-cc7559044c44",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0d024d42-9208-4bd9-8984-c8004ba52aeb",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "04f69021-9f10-4957-8e45-482984c04480",
          "name": "Create an Email Record",
          "request": {
            "name": "Create an Email Record",
            "description": {
              "content": "Creates a Record of an Email sent to a Contact",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "emails"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"sent_to_address\": \"john@example.com\",\n  \"subject\": \"Welcome to our service\",\n  \"headers\": \"X-Custom-Header: value\",\n  \"contact_id\": \"string\",\n  \"sent_to_cc_address_list\": [\n    \"cc1@example.com\",\n    \"cc2@example.com\"\n  ],\n  \"sent_to_bcc_address_list\": [\n    \"bcc@example.com\"\n  ],\n  \"sent_from_address\": \"sender@company.com\",\n  \"sent_from_reply_address\": \"reply@company.com\",\n  \"sent_time\": \"2024-05-21T14:30:00Z\",\n  \"received_time\": \"2024-05-21T14:31:00Z\",\n  \"opened_time\": \"2024-05-21T15:00:00Z\",\n  \"clicked_time\": \"2024-05-21T15:05:00Z\",\n  \"plain_content\": \"V2VsY29tZSB0byBvdXIgc2VydmljZQ==\",\n  \"html_content\": \"PGgxPldlbGNvbWU8L2gxPg==\",\n  \"original_provider\": \"INFUSIONSOFT\",\n  \"original_provider_id\": \"msg_abc123\",\n  \"provider_source_id\": \"sync@company.com\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d4df931c-9d20-4331-a3e0-988680147a9c",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sent_to_address\": \"john@example.com\",\n  \"subject\": \"Welcome to our service\",\n  \"headers\": \"X-Custom-Header: value\",\n  \"contact_id\": \"string\",\n  \"sent_to_cc_address_list\": [\n    \"cc1@example.com\",\n    \"cc2@example.com\"\n  ],\n  \"sent_to_bcc_address_list\": [\n    \"bcc@example.com\"\n  ],\n  \"sent_from_address\": \"sender@company.com\",\n  \"sent_from_reply_address\": \"reply@company.com\",\n  \"sent_time\": \"2024-05-21T14:30:00Z\",\n  \"received_time\": \"2024-05-21T14:31:00Z\",\n  \"opened_time\": \"2024-05-21T15:00:00Z\",\n  \"clicked_time\": \"2024-05-21T15:05:00Z\",\n  \"plain_content\": \"V2VsY29tZSB0byBvdXIgc2VydmljZQ==\",\n  \"html_content\": \"PGgxPldlbGNvbWU8L2gxPg==\",\n  \"original_provider\": \"INFUSIONSOFT\",\n  \"original_provider_id\": \"msg_abc123\",\n  \"provider_source_id\": \"sync@company.com\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"subject\": \"Welcome to our service\",\n  \"headers\": \"X-Custom-Header: value\",\n  \"contact_id\": \"string\",\n  \"sent_to_address\": \"john@example.com\",\n  \"sent_to_cc_address_list\": [\n    \"cc1@example.com\",\n    \"cc2@example.com\"\n  ],\n  \"sent_to_bcc_address_list\": [\n    \"bcc@example.com\"\n  ],\n  \"sent_from_address\": \"sender@company.com\",\n  \"sent_from_reply_address\": \"reply@company.com\",\n  \"sent_time\": \"2024-05-21T14:30:00Z\",\n  \"received_time\": \"2024-05-21T14:31:00Z\",\n  \"opened_time\": \"2024-05-21T15:00:00Z\",\n  \"clicked_time\": \"2024-05-21T15:05:00Z\",\n  \"original_provider_id\": \"msg_abc123\",\n  \"original_provider\": \"INFUSIONSOFT\",\n  \"provider_source_id\": \"sync@company.com\",\n  \"plain_content\": \"V2VsY29tZSB0byBvdXIgc2VydmljZQ==\",\n  \"html_content\": \"PGgxPldlbGNvbWU8L2gxPg==\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "368a528c-29af-43aa-b100-dec3d568fd72",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sent_to_address\": \"john@example.com\",\n  \"subject\": \"Welcome to our service\",\n  \"headers\": \"X-Custom-Header: value\",\n  \"contact_id\": \"string\",\n  \"sent_to_cc_address_list\": [\n    \"cc1@example.com\",\n    \"cc2@example.com\"\n  ],\n  \"sent_to_bcc_address_list\": [\n    \"bcc@example.com\"\n  ],\n  \"sent_from_address\": \"sender@company.com\",\n  \"sent_from_reply_address\": \"reply@company.com\",\n  \"sent_time\": \"2024-05-21T14:30:00Z\",\n  \"received_time\": \"2024-05-21T14:31:00Z\",\n  \"opened_time\": \"2024-05-21T15:00:00Z\",\n  \"clicked_time\": \"2024-05-21T15:05:00Z\",\n  \"plain_content\": \"V2VsY29tZSB0byBvdXIgc2VydmljZQ==\",\n  \"html_content\": \"PGgxPldlbGNvbWU8L2gxPg==\",\n  \"original_provider\": \"INFUSIONSOFT\",\n  \"original_provider_id\": \"msg_abc123\",\n  \"provider_source_id\": \"sync@company.com\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "87cd0104-f400-4b2b-a809-8a11eb2917e3",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sent_to_address\": \"john@example.com\",\n  \"subject\": \"Welcome to our service\",\n  \"headers\": \"X-Custom-Header: value\",\n  \"contact_id\": \"string\",\n  \"sent_to_cc_address_list\": [\n    \"cc1@example.com\",\n    \"cc2@example.com\"\n  ],\n  \"sent_to_bcc_address_list\": [\n    \"bcc@example.com\"\n  ],\n  \"sent_from_address\": \"sender@company.com\",\n  \"sent_from_reply_address\": \"reply@company.com\",\n  \"sent_time\": \"2024-05-21T14:30:00Z\",\n  \"received_time\": \"2024-05-21T14:31:00Z\",\n  \"opened_time\": \"2024-05-21T15:00:00Z\",\n  \"clicked_time\": \"2024-05-21T15:05:00Z\",\n  \"plain_content\": \"V2VsY29tZSB0byBvdXIgc2VydmljZQ==\",\n  \"html_content\": \"PGgxPldlbGNvbWU8L2gxPg==\",\n  \"original_provider\": \"INFUSIONSOFT\",\n  \"original_provider_id\": \"msg_abc123\",\n  \"provider_source_id\": \"sync@company.com\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "318ae3f8-4b81-4b5a-b38b-9d487dc9ade9",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sent_to_address\": \"john@example.com\",\n  \"subject\": \"Welcome to our service\",\n  \"headers\": \"X-Custom-Header: value\",\n  \"contact_id\": \"string\",\n  \"sent_to_cc_address_list\": [\n    \"cc1@example.com\",\n    \"cc2@example.com\"\n  ],\n  \"sent_to_bcc_address_list\": [\n    \"bcc@example.com\"\n  ],\n  \"sent_from_address\": \"sender@company.com\",\n  \"sent_from_reply_address\": \"reply@company.com\",\n  \"sent_time\": \"2024-05-21T14:30:00Z\",\n  \"received_time\": \"2024-05-21T14:31:00Z\",\n  \"opened_time\": \"2024-05-21T15:00:00Z\",\n  \"clicked_time\": \"2024-05-21T15:05:00Z\",\n  \"plain_content\": \"V2VsY29tZSB0byBvdXIgc2VydmljZQ==\",\n  \"html_content\": \"PGgxPldlbGNvbWU8L2gxPg==\",\n  \"original_provider\": \"INFUSIONSOFT\",\n  \"original_provider_id\": \"msg_abc123\",\n  \"provider_source_id\": \"sync@company.com\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aced127e-c6f4-4390-bc63-ea339c739694",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sent_to_address\": \"john@example.com\",\n  \"subject\": \"Welcome to our service\",\n  \"headers\": \"X-Custom-Header: value\",\n  \"contact_id\": \"string\",\n  \"sent_to_cc_address_list\": [\n    \"cc1@example.com\",\n    \"cc2@example.com\"\n  ],\n  \"sent_to_bcc_address_list\": [\n    \"bcc@example.com\"\n  ],\n  \"sent_from_address\": \"sender@company.com\",\n  \"sent_from_reply_address\": \"reply@company.com\",\n  \"sent_time\": \"2024-05-21T14:30:00Z\",\n  \"received_time\": \"2024-05-21T14:31:00Z\",\n  \"opened_time\": \"2024-05-21T15:00:00Z\",\n  \"clicked_time\": \"2024-05-21T15:05:00Z\",\n  \"plain_content\": \"V2VsY29tZSB0byBvdXIgc2VydmljZQ==\",\n  \"html_content\": \"PGgxPldlbGNvbWU8L2gxPg==\",\n  \"original_provider\": \"INFUSIONSOFT\",\n  \"original_provider_id\": \"msg_abc123\",\n  \"provider_source_id\": \"sync@company.com\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "939e08c6-572e-4292-b6e1-285395f4bdca",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sent_to_address\": \"john@example.com\",\n  \"subject\": \"Welcome to our service\",\n  \"headers\": \"X-Custom-Header: value\",\n  \"contact_id\": \"string\",\n  \"sent_to_cc_address_list\": [\n    \"cc1@example.com\",\n    \"cc2@example.com\"\n  ],\n  \"sent_to_bcc_address_list\": [\n    \"bcc@example.com\"\n  ],\n  \"sent_from_address\": \"sender@company.com\",\n  \"sent_from_reply_address\": \"reply@company.com\",\n  \"sent_time\": \"2024-05-21T14:30:00Z\",\n  \"received_time\": \"2024-05-21T14:31:00Z\",\n  \"opened_time\": \"2024-05-21T15:00:00Z\",\n  \"clicked_time\": \"2024-05-21T15:05:00Z\",\n  \"plain_content\": \"V2VsY29tZSB0byBvdXIgc2VydmljZQ==\",\n  \"html_content\": \"PGgxPldlbGNvbWU8L2gxPg==\",\n  \"original_provider\": \"INFUSIONSOFT\",\n  \"original_provider_id\": \"msg_abc123\",\n  \"provider_source_id\": \"sync@company.com\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "93200a0e-8ff6-4785-b080-dcdc42402a74",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sent_to_address\": \"john@example.com\",\n  \"subject\": \"Welcome to our service\",\n  \"headers\": \"X-Custom-Header: value\",\n  \"contact_id\": \"string\",\n  \"sent_to_cc_address_list\": [\n    \"cc1@example.com\",\n    \"cc2@example.com\"\n  ],\n  \"sent_to_bcc_address_list\": [\n    \"bcc@example.com\"\n  ],\n  \"sent_from_address\": \"sender@company.com\",\n  \"sent_from_reply_address\": \"reply@company.com\",\n  \"sent_time\": \"2024-05-21T14:30:00Z\",\n  \"received_time\": \"2024-05-21T14:31:00Z\",\n  \"opened_time\": \"2024-05-21T15:00:00Z\",\n  \"clicked_time\": \"2024-05-21T15:05:00Z\",\n  \"plain_content\": \"V2VsY29tZSB0byBvdXIgc2VydmljZQ==\",\n  \"html_content\": \"PGgxPldlbGNvbWU8L2gxPg==\",\n  \"original_provider\": \"INFUSIONSOFT\",\n  \"original_provider_id\": \"msg_abc123\",\n  \"provider_source_id\": \"sync@company.com\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a62ce3bd-597f-49aa-a927-a2a846c0664e",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"sent_to_address\": \"john@example.com\",\n  \"subject\": \"Welcome to our service\",\n  \"headers\": \"X-Custom-Header: value\",\n  \"contact_id\": \"string\",\n  \"sent_to_cc_address_list\": [\n    \"cc1@example.com\",\n    \"cc2@example.com\"\n  ],\n  \"sent_to_bcc_address_list\": [\n    \"bcc@example.com\"\n  ],\n  \"sent_from_address\": \"sender@company.com\",\n  \"sent_from_reply_address\": \"reply@company.com\",\n  \"sent_time\": \"2024-05-21T14:30:00Z\",\n  \"received_time\": \"2024-05-21T14:31:00Z\",\n  \"opened_time\": \"2024-05-21T15:00:00Z\",\n  \"clicked_time\": \"2024-05-21T15:05:00Z\",\n  \"plain_content\": \"V2VsY29tZSB0byBvdXIgc2VydmljZQ==\",\n  \"html_content\": \"PGgxPldlbGNvbWU8L2gxPg==\",\n  \"original_provider\": \"INFUSIONSOFT\",\n  \"original_provider_id\": \"msg_abc123\",\n  \"provider_source_id\": \"sync@company.com\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "11edca59-19d0-4da3-af6a-fb2e8aaabfe4",
          "name": "Send an Email",
          "request": {
            "name": "Send an Email",
            "description": {
              "content": "Sends an Email to a list of Contacts",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "emails:send"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"contacts\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"subject\": \"Welcome to our newsletter\",\n  \"user_id\": \"string\",\n  \"attachments\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"html_content\": \"PGgxPldlbGNvbWU8L2gxPg==\",\n  \"plain_content\": \"V2VsY29tZSB0byBvdXIgbmV3c2xldHRlcg==\",\n  \"address_field\": \"EMAIL1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "7586f718-697a-4f11-b96d-e95850f6dd36",
              "name": "Accepted",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contacts\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"subject\": \"Welcome to our newsletter\",\n  \"user_id\": \"string\",\n  \"attachments\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"html_content\": \"PGgxPldlbGNvbWU8L2gxPg==\",\n  \"plain_content\": \"V2VsY29tZSB0byBvdXIgbmV3c2xldHRlcg==\",\n  \"address_field\": \"EMAIL1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Accepted",
              "code": 202,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "fe9bcc88-f4e6-4409-947e-95ed0318a253",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contacts\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"subject\": \"Welcome to our newsletter\",\n  \"user_id\": \"string\",\n  \"attachments\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"html_content\": \"PGgxPldlbGNvbWU8L2gxPg==\",\n  \"plain_content\": \"V2VsY29tZSB0byBvdXIgbmV3c2xldHRlcg==\",\n  \"address_field\": \"EMAIL1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3e7ebad-8da2-48b0-9adc-fbe691353e02",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contacts\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"subject\": \"Welcome to our newsletter\",\n  \"user_id\": \"string\",\n  \"attachments\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"html_content\": \"PGgxPldlbGNvbWU8L2gxPg==\",\n  \"plain_content\": \"V2VsY29tZSB0byBvdXIgbmV3c2xldHRlcg==\",\n  \"address_field\": \"EMAIL1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ad81bad-2516-48f9-8826-b719576d7067",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contacts\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"subject\": \"Welcome to our newsletter\",\n  \"user_id\": \"string\",\n  \"attachments\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"html_content\": \"PGgxPldlbGNvbWU8L2gxPg==\",\n  \"plain_content\": \"V2VsY29tZSB0byBvdXIgbmV3c2xldHRlcg==\",\n  \"address_field\": \"EMAIL1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d3a2370d-b0b0-496d-9d38-c6f5e36f874e",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contacts\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"subject\": \"Welcome to our newsletter\",\n  \"user_id\": \"string\",\n  \"attachments\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"html_content\": \"PGgxPldlbGNvbWU8L2gxPg==\",\n  \"plain_content\": \"V2VsY29tZSB0byBvdXIgbmV3c2xldHRlcg==\",\n  \"address_field\": \"EMAIL1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "54432ac0-8091-4ca1-bb22-1baab6927e01",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contacts\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"subject\": \"Welcome to our newsletter\",\n  \"user_id\": \"string\",\n  \"attachments\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"html_content\": \"PGgxPldlbGNvbWU8L2gxPg==\",\n  \"plain_content\": \"V2VsY29tZSB0byBvdXIgbmV3c2xldHRlcg==\",\n  \"address_field\": \"EMAIL1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0dc27175-bf86-462c-a602-7945f0716e71",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contacts\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"subject\": \"Welcome to our newsletter\",\n  \"user_id\": \"string\",\n  \"attachments\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"html_content\": \"PGgxPldlbGNvbWU8L2gxPg==\",\n  \"plain_content\": \"V2VsY29tZSB0byBvdXIgbmV3c2xldHRlcg==\",\n  \"address_field\": \"EMAIL1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fbe3e60d-83be-444e-ab8c-0b4d95229c2d",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contacts\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"subject\": \"Welcome to our newsletter\",\n  \"user_id\": \"string\",\n  \"attachments\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"html_content\": \"PGgxPldlbGNvbWU8L2gxPg==\",\n  \"plain_content\": \"V2VsY29tZSB0byBvdXIgbmV3c2xldHRlcg==\",\n  \"address_field\": \"EMAIL1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c4d83925-e673-4f00-a882-0c0a2278df56",
          "name": "Remove a set of Email Records",
          "request": {
            "name": "Remove a set of Email Records",
            "description": {
              "content": "Removes a set of Email Records",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "emails:batchRemove"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"email_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "2e0b5694-f235-4919-85e6-70d3fe449d85",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:batchRemove"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"results\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ee18af9-9f84-40e5-937b-93c26745d8bb",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:batchRemove"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "47e2faa2-136b-4b7f-b35c-77d4072375ff",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:batchRemove"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e11e56e-c138-40a9-a366-07966cb2f13e",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:batchRemove"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "81ed634c-2fc8-402d-a430-0e0ef0352ecc",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:batchRemove"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8081dc0f-0a84-4a74-ba15-e01b888c8544",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:batchRemove"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4ad7416e-ce36-4b58-b080-f4c2badecdd1",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:batchRemove"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e9dbca6-3890-4f37-a02d-3dd8f9fb9495",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:batchRemove"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"email_ids\": [\n    \"123\",\n    \"456\",\n    \"789\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2be667f4-9d4f-48d2-bf3f-b374f05bddd3",
          "name": "Create a set of Email Records",
          "request": {
            "name": "Create a set of Email Records",
            "description": {
              "content": "Creates a set of Records of Emails sent to Contacts, maximum 1000 per transaction.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "emails:batchAdd"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"emails\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "6dd5348c-a255-47eb-aed4-63b6fa22add4",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:batchAdd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"emails\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"emails\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"errors\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fd91d7a2-713c-47f1-b8c5-5e6dfb29fcb1",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:batchAdd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"emails\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "406b0bf1-77eb-4807-a109-7c941407f4f9",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:batchAdd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"emails\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bfb5a14b-c18e-42de-ab8c-7ad5809542b1",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:batchAdd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"emails\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ef3b342c-e871-4904-8e34-8ea86a72af44",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:batchAdd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"emails\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "65723b4b-cafa-4ccf-b883-1f6a2fefc017",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:batchAdd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"emails\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7d9a8d5f-9144-40b7-8e02-b4218e6973b9",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:batchAdd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"emails\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e70dba4-4414-458a-bc52-085d21984f91",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails:batchAdd"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"emails\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cf6f0951-e905-4efa-b51a-430b215c00f2",
          "name": "Send an email based on a template",
          "request": {
            "name": "Send an email based on a template",
            "description": {
              "content": "Send an email based on a template",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "emails",
                "templates:send"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"contact_ids\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"template_id\": \"string\",\n  \"user_id\": \"string\",\n  \"address_field\": \"EMAIL1\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "64e8b047-37d0-4b15-a55c-22a46f02fc20",
              "name": "Accepted",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    "templates:send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"template_id\": \"string\",\n  \"user_id\": \"string\",\n  \"address_field\": \"EMAIL1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Accepted",
              "code": 202,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "8ce4d86c-79e0-447f-9c64-c36abd217f48",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    "templates:send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"template_id\": \"string\",\n  \"user_id\": \"string\",\n  \"address_field\": \"EMAIL1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "145cacd5-a1d1-4e82-8a5b-52e822eb096d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    "templates:send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"template_id\": \"string\",\n  \"user_id\": \"string\",\n  \"address_field\": \"EMAIL1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fcacaf03-c78f-4d32-9c47-b71a5df64b89",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    "templates:send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"template_id\": \"string\",\n  \"user_id\": \"string\",\n  \"address_field\": \"EMAIL1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0cc84e4f-5d0b-45d1-a99d-3b971d940652",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    "templates:send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"template_id\": \"string\",\n  \"user_id\": \"string\",\n  \"address_field\": \"EMAIL1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fd5ed46c-86ca-4c0e-93f9-e9ef9d4b5dde",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    "templates:send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"template_id\": \"string\",\n  \"user_id\": \"string\",\n  \"address_field\": \"EMAIL1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "95632627-caac-48a7-9042-25d464a1b4d7",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    "templates:send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"template_id\": \"string\",\n  \"user_id\": \"string\",\n  \"address_field\": \"EMAIL1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "05deec88-95a9-47a2-90f7-e8270116156d",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    "templates:send"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"1\",\n    \"2\",\n    \"3\"\n  ],\n  \"template_id\": \"string\",\n  \"user_id\": \"string\",\n  \"address_field\": \"EMAIL1\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4e4f0e55-ae06-4dc3-8224-b8ceeae6738c",
          "name": "Retrieve an Email",
          "request": {
            "name": "Retrieve an Email",
            "description": {
              "content": "Retrieves a single Email that has been sent",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "emails",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "b59eea9c-55e0-4151-88a6-21b492c4f1d3",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"subject\": \"Welcome to our service\",\n  \"headers\": \"X-Custom-Header: value\",\n  \"contact_id\": \"string\",\n  \"sent_to_address\": \"john@example.com\",\n  \"sent_to_cc_address_list\": [\n    \"cc1@example.com\",\n    \"cc2@example.com\"\n  ],\n  \"sent_to_bcc_address_list\": [\n    \"bcc@example.com\"\n  ],\n  \"sent_from_address\": \"sender@company.com\",\n  \"sent_from_reply_address\": \"reply@company.com\",\n  \"sent_time\": \"2024-05-21T14:30:00Z\",\n  \"received_time\": \"2024-05-21T14:31:00Z\",\n  \"opened_time\": \"2024-05-21T15:00:00Z\",\n  \"clicked_time\": \"2024-05-21T15:05:00Z\",\n  \"original_provider_id\": \"msg_abc123\",\n  \"original_provider\": \"INFUSIONSOFT\",\n  \"provider_source_id\": \"sync@company.com\",\n  \"plain_content\": \"V2VsY29tZSB0byBvdXIgc2VydmljZQ==\",\n  \"html_content\": \"PGgxPldlbGNvbWU8L2gxPg==\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a8cd339-c7ec-4a05-a3a8-78a30b8af5ef",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff856d77-2dc4-4721-b6b3-e2f8e39631f9",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1586e736-534f-4462-ba2d-be521fa45f6b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c8575590-7895-4114-bd8b-c5f320c72f38",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "84635209-6783-4794-a6ef-da97a113df00",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "914e0bd7-31dd-4158-8ee4-bcfc77ad00da",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7cd511d-e9b6-47fe-9f91-c666c3465e63",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8faa6090-a8d0-4ffb-bf44-86e5d1269c49",
          "name": "Delete an Email Record",
          "request": {
            "name": "Delete an Email Record",
            "description": {
              "content": "Deletes a specific Email Record",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "emails",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "a4383855-de4d-4c50-afd1-e76cc6cd60c9",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "80a38ca8-e9f5-4953-810a-c4c05d69fcc6",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9151f95-ef77-4551-adee-b2bab30e56f0",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b28d5961-0e71-4c69-81e6-b7f355ee414e",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f9678e22-198f-443e-80d8-f136409f05de",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e7276313-25a9-4897-8be7-4626532289a6",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "726f38b5-4b74-43d9-9ae1-4e128eb5109e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "77b0d46a-988b-441d-a618-058cf7111630",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "56b76b68-777d-4616-acf2-cb78788b59f1",
          "name": "Retrieve an email template",
          "request": {
            "name": "Retrieve an email template",
            "description": {
              "content": "Retrieve an email template",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "emails",
                "templates",
                ":email_template_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "email_template_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "ef18d414-4ead-493e-8eca-34ba1b896597",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    "templates",
                    ":email_template_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email_template_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"piece_title\": \"Welcome Email\",\n  \"categories\": [\n    \"Marketing\",\n    \"Onboarding\"\n  ],\n  \"from_address\": \"~Owner.Email~\",\n  \"to_address\": \"~Contact.Email~\",\n  \"cc_address\": \"manager@company.com\",\n  \"bcc_address\": \"archive@company.com\",\n  \"subject\": \"Welcome ~Contact.FirstName~!\",\n  \"text_body\": \"Hello ~Contact.FirstName~, welcome!\",\n  \"html_body\": \"<h1>Welcome ~Contact.FirstName~!</h1>\",\n  \"content_type\": \"HTML\",\n  \"merge_context\": \"Contact\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "04e5e223-7e21-4c62-bc28-c4dc34f8dfe8",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    "templates",
                    ":email_template_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email_template_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0bfb6ed2-55b8-4982-93cc-9e7da7b0dd4e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    "templates",
                    ":email_template_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email_template_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2ddc353f-dc74-48d2-8570-6797040e183f",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    "templates",
                    ":email_template_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email_template_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c411846b-7873-417f-a606-0f69709c9b07",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    "templates",
                    ":email_template_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email_template_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c0cd30e-35f1-48c1-b693-0f266e98ea44",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    "templates",
                    ":email_template_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email_template_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e3ac857d-2f9b-4d1a-b4bb-22839c0fa4d4",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    "templates",
                    ":email_template_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email_template_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2058a6c6-cbea-4112-a51a-4da698a02eda",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emails",
                    "templates",
                    ":email_template_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email_template_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "1ca568bf-f718-4140-aa2a-61d6c6fb5458",
      "name": "Email Address",
      "description": {
        "content": "Email Address endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "49170971-0a74-4dd6-be01-a2d1d5019a06",
          "name": "Retrieve an Email Address status",
          "request": {
            "name": "Retrieve an Email Address status",
            "description": {
              "content": "Retrieves the opt-in status for a given Email Address",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "emailAddresses",
                ":email",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "email",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "ff5667a9-2c5e-4654-a879-479b34237b4a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emailAddresses",
                    ":email",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"create_time\": \"2024-05-21T14:30:00Z\",\n  \"email\": \"john@example.com\",\n  \"opted_in\": true,\n  \"status\": \"SINGLE_OPT_IN\",\n  \"last_click_time\": \"2024-05-21T15:05:00Z\",\n  \"last_open_time\": \"2024-05-21T15:00:00Z\",\n  \"last_sent_time\": \"2024-05-21T14:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "451d3403-11ae-40d8-a040-365344579e26",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emailAddresses",
                    ":email",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "08fef623-63f7-45bd-bc43-bf4104f81259",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emailAddresses",
                    ":email",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5ec1e297-0340-4caa-88ef-361fc576150a",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emailAddresses",
                    ":email",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "463c12df-9868-4f70-af32-3b3ce8efe385",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emailAddresses",
                    ":email",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ccd433cb-34de-40f7-ad97-e2163262d945",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emailAddresses",
                    ":email",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0dd29bc9-9ba6-4c61-bd64-3f162182ff3d",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emailAddresses",
                    ":email",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "411be415-3501-453c-b68a-df61def75d41",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emailAddresses",
                    ":email",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ea632461-c675-41cc-91b8-3a4e7c98ff4e",
          "name": "Update an Email Address opt-in status",
          "request": {
            "name": "Update an Email Address opt-in status",
            "description": {
              "content": "Updates an Email Address opt-in status\n\nYou may opt-in or mark an email address as _Marketable_ by including the following field in the request JSON\nwith an opt-in reason. (This field is also shown in the complete request body sample.)\nThe reason you provide here will help with compliance.\nExample reasons: \"Customer opted-in through webform\", \"Company gave explicit permission.\"\n\n```json\n\"opt_in_reason\": \"your reason for opt-in\"\n```\nNote that the email address status will only be updated to `Unconfirmed` (marketable) for email addresses\nthat are currently in the following states:\n- `Unengaged Marketable`\n- `Unengaged Non-Marketable`\n- `Non-Marketable`\n- `Opt-Out: Manual`\n\nAll other existing statuses e.g. `List Unsubscribe`, `Opt-Out`, `System` etc will remain non-marketable and in their existing state.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "emailAddresses",
                ":email",
                "status"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "email",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"opted_in\": true,\n  \"reason\": \"Customer requested to receive marketing emails\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "2ef65dd8-b45f-4312-bf4d-9727999ecc84",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emailAddresses",
                    ":email",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opted_in\": true,\n  \"reason\": \"Customer requested to receive marketing emails\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"create_time\": \"2024-05-21T14:30:00Z\",\n  \"email\": \"john@example.com\",\n  \"opted_in\": true,\n  \"status\": \"SINGLE_OPT_IN\",\n  \"last_click_time\": \"2024-05-21T15:05:00Z\",\n  \"last_open_time\": \"2024-05-21T15:00:00Z\",\n  \"last_sent_time\": \"2024-05-21T14:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "09276664-8b18-4795-804c-df9e14658784",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emailAddresses",
                    ":email",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opted_in\": true,\n  \"reason\": \"Customer requested to receive marketing emails\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d70af117-17ca-4896-b0e5-70dfdd829e07",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emailAddresses",
                    ":email",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opted_in\": true,\n  \"reason\": \"Customer requested to receive marketing emails\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e9fb08fd-be14-44e0-83b7-77c987db77ea",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emailAddresses",
                    ":email",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opted_in\": true,\n  \"reason\": \"Customer requested to receive marketing emails\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b526bb9-9af1-45a9-aac9-d561f0f46592",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emailAddresses",
                    ":email",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opted_in\": true,\n  \"reason\": \"Customer requested to receive marketing emails\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "25c4a7d1-16d7-421c-a8fb-a3e5b5d7442c",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emailAddresses",
                    ":email",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opted_in\": true,\n  \"reason\": \"Customer requested to receive marketing emails\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f945b4c3-62ef-4a24-b4c0-010b50279454",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emailAddresses",
                    ":email",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opted_in\": true,\n  \"reason\": \"Customer requested to receive marketing emails\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e71dc61-ae6f-4f1a-82f4-af4445a44a05",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "emailAddresses",
                    ":email",
                    "status"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "email",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opted_in\": true,\n  \"reason\": \"Customer requested to receive marketing emails\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "f7b28398-3f1c-4ffb-b77b-8b7dc142ef01",
      "name": "Files",
      "description": {
        "content": "Files endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "90adaaf9-c0a9-4d14-b007-2c6bea54a3c7",
          "name": "List all files",
          "request": {
            "name": "List all files",
            "description": {
              "content": "Retrieves a list of files",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "files"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (Boolean) `is_public`\n- (String) `contact_id`\n- (String) `user_id`\n- (FileBoxCategory) `category`\n- (FileBoxType) `file_box_type`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=contact_id%3D%3D123`\n- `filter=category%3D%3DATTACHMENTS`\n- `filter=file_box_type%3D%3DTICKET%3Bcategory%3D%3DATTACHMENTS`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `file_name`\n- `updated_time`\n- ...\n\nOne of the following directions:\n- `asc`\n- `desc`\n"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "c3f11603-2b66-4b3a-8ac7-7d645873e2f9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"files\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bfe43e35-6cfb-4eab-a066-ad5f8c30a3f5",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b2ca2d6a-f3e9-45d7-9f3e-a056ecba38f3",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "941db8ec-ec61-40d6-adcb-3c642d08fa4c",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3cc32fdd-a9be-46f6-a4cd-cfde69fcb440",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6671dbd9-c88f-46a2-bf4f-6268f7f8e2db",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d806b8e6-ae51-470a-9b3e-55860d37e605",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7208ff17-6e0c-43c3-89f6-f5c542146a2e",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5299d572-13bb-4498-9b35-9ba669ce6b64",
          "name": "Create a file",
          "request": {
            "name": "Create a file",
            "description": {
              "content": "Creates a file and uploads it",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "files"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "file",
                  "value": "string",
                  "description": "(Required) File to upload. This is a file sent as multi-part (not a string)"
                },
                {
                  "disabled": false,
                  "key": "file_name",
                  "value": "string",
                  "description": "(Required) File name"
                },
                {
                  "disabled": false,
                  "key": "contact_id",
                  "value": "string",
                  "description": "Contact ID"
                },
                {
                  "disabled": false,
                  "key": "is_public",
                  "value": "true",
                  "description": "(Required) Is public"
                },
                {
                  "disabled": false,
                  "key": "file_association",
                  "value": "string",
                  "description": "(Required) File association"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "file",
                  "type": "file",
                  "description": "(Required) File to upload"
                },
                {
                  "key": "file_association",
                  "value": "string",
                  "type": "text",
                  "description": "(Required) File association"
                },
                {
                  "key": "file_name",
                  "value": "string",
                  "type": "text",
                  "description": "(Required) File name"
                },
                {
                  "key": "is_public",
                  "value": "string",
                  "type": "text",
                  "description": "(Required) Is public"
                },
                {
                  "key": "contact_id",
                  "value": "string",
                  "type": "text",
                  "description": "Contact ID. Required if the `file_association` is CONTACT"
                }
              ]
            }
          },
          "response": [
            {
              "id": "38bbc212-415e-438d-9960-9e7ccb5467ff",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "file",
                      "value": "string"
                    },
                    {
                      "key": "file_name",
                      "value": "string"
                    },
                    {
                      "key": "contact_id",
                      "value": "string"
                    },
                    {
                      "key": "is_public",
                      "value": "true"
                    },
                    {
                      "key": "file_association",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "(Required) File association",
                        "type": "text/plain"
                      },
                      "key": "file_association",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) File name",
                        "type": "text/plain"
                      },
                      "key": "file_name",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Is public",
                        "type": "text/plain"
                      },
                      "key": "is_public",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Contact ID. Required if the `file_association` is CONTACT",
                        "type": "text/plain"
                      },
                      "key": "contact_id",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"category\": \"DOCUMENTS\",\n  \"file_name\": \"document.pdf\",\n  \"is_public\": false,\n  \"contact_id\": \"string\",\n  \"created_by_id\": \"string\",\n  \"remote_file_key\": \"files/12345/document.pdf\",\n  \"file_box_type\": \"APPLICATION\",\n  \"file_size\": 1048576,\n  \"created_time\": \"2024-01-10T08:00:00Z\",\n  \"updated_time\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b141f34-3415-4c04-be99-d59bc72314d6",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "file",
                      "value": "string"
                    },
                    {
                      "key": "file_name",
                      "value": "string"
                    },
                    {
                      "key": "contact_id",
                      "value": "string"
                    },
                    {
                      "key": "is_public",
                      "value": "true"
                    },
                    {
                      "key": "file_association",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "(Required) File association",
                        "type": "text/plain"
                      },
                      "key": "file_association",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) File name",
                        "type": "text/plain"
                      },
                      "key": "file_name",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Is public",
                        "type": "text/plain"
                      },
                      "key": "is_public",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Contact ID. Required if the `file_association` is CONTACT",
                        "type": "text/plain"
                      },
                      "key": "contact_id",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8eddf31d-a558-4f67-a88e-21539e274407",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "file",
                      "value": "string"
                    },
                    {
                      "key": "file_name",
                      "value": "string"
                    },
                    {
                      "key": "contact_id",
                      "value": "string"
                    },
                    {
                      "key": "is_public",
                      "value": "true"
                    },
                    {
                      "key": "file_association",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "(Required) File association",
                        "type": "text/plain"
                      },
                      "key": "file_association",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) File name",
                        "type": "text/plain"
                      },
                      "key": "file_name",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Is public",
                        "type": "text/plain"
                      },
                      "key": "is_public",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Contact ID. Required if the `file_association` is CONTACT",
                        "type": "text/plain"
                      },
                      "key": "contact_id",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f5882523-7574-4905-b8e5-e61c8b6dd197",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "file",
                      "value": "string"
                    },
                    {
                      "key": "file_name",
                      "value": "string"
                    },
                    {
                      "key": "contact_id",
                      "value": "string"
                    },
                    {
                      "key": "is_public",
                      "value": "true"
                    },
                    {
                      "key": "file_association",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "(Required) File association",
                        "type": "text/plain"
                      },
                      "key": "file_association",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) File name",
                        "type": "text/plain"
                      },
                      "key": "file_name",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Is public",
                        "type": "text/plain"
                      },
                      "key": "is_public",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Contact ID. Required if the `file_association` is CONTACT",
                        "type": "text/plain"
                      },
                      "key": "contact_id",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "31eabb06-e1d3-4878-91db-a46e14585896",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "file",
                      "value": "string"
                    },
                    {
                      "key": "file_name",
                      "value": "string"
                    },
                    {
                      "key": "contact_id",
                      "value": "string"
                    },
                    {
                      "key": "is_public",
                      "value": "true"
                    },
                    {
                      "key": "file_association",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "(Required) File association",
                        "type": "text/plain"
                      },
                      "key": "file_association",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) File name",
                        "type": "text/plain"
                      },
                      "key": "file_name",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Is public",
                        "type": "text/plain"
                      },
                      "key": "is_public",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Contact ID. Required if the `file_association` is CONTACT",
                        "type": "text/plain"
                      },
                      "key": "contact_id",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f985d5bb-2153-4f78-9ee6-c0e3fbdd4a3e",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "file",
                      "value": "string"
                    },
                    {
                      "key": "file_name",
                      "value": "string"
                    },
                    {
                      "key": "contact_id",
                      "value": "string"
                    },
                    {
                      "key": "is_public",
                      "value": "true"
                    },
                    {
                      "key": "file_association",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "(Required) File association",
                        "type": "text/plain"
                      },
                      "key": "file_association",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) File name",
                        "type": "text/plain"
                      },
                      "key": "file_name",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Is public",
                        "type": "text/plain"
                      },
                      "key": "is_public",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Contact ID. Required if the `file_association` is CONTACT",
                        "type": "text/plain"
                      },
                      "key": "contact_id",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0580bd75-5a62-482b-9dac-b4f79fab2c29",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "file",
                      "value": "string"
                    },
                    {
                      "key": "file_name",
                      "value": "string"
                    },
                    {
                      "key": "contact_id",
                      "value": "string"
                    },
                    {
                      "key": "is_public",
                      "value": "true"
                    },
                    {
                      "key": "file_association",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "(Required) File association",
                        "type": "text/plain"
                      },
                      "key": "file_association",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) File name",
                        "type": "text/plain"
                      },
                      "key": "file_name",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Is public",
                        "type": "text/plain"
                      },
                      "key": "is_public",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Contact ID. Required if the `file_association` is CONTACT",
                        "type": "text/plain"
                      },
                      "key": "contact_id",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d1d0143-8059-423f-be68-70c1a83933fe",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "file",
                      "value": "string"
                    },
                    {
                      "key": "file_name",
                      "value": "string"
                    },
                    {
                      "key": "contact_id",
                      "value": "string"
                    },
                    {
                      "key": "is_public",
                      "value": "true"
                    },
                    {
                      "key": "file_association",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "(Required) File association",
                        "type": "text/plain"
                      },
                      "key": "file_association",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) File name",
                        "type": "text/plain"
                      },
                      "key": "file_name",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "(Required) Is public",
                        "type": "text/plain"
                      },
                      "key": "is_public",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Contact ID. Required if the `file_association` is CONTACT",
                        "type": "text/plain"
                      },
                      "key": "contact_id",
                      "value": "string",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3427f7b5-b894-494c-9188-ad4777a5e271",
          "name": "Retrieve a file",
          "request": {
            "name": "Retrieve a file",
            "description": {
              "content": "Retrieves a file",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "files",
                ":file_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "file_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "a009c35e-b3a7-4b1b-9376-e5ab7c2c7b71",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"category\": \"DOCUMENTS\",\n  \"file_name\": \"document.pdf\",\n  \"is_public\": false,\n  \"contact_id\": \"string\",\n  \"created_by_id\": \"string\",\n  \"remote_file_key\": \"files/12345/document.pdf\",\n  \"file_box_type\": \"APPLICATION\",\n  \"file_size\": 1048576,\n  \"created_time\": \"2024-01-10T08:00:00Z\",\n  \"updated_time\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "18355728-60e3-4e9b-98d6-73b257a3aa6d",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e13c992a-e599-42ae-8804-b2f1a9e5fc37",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2349689c-b017-45a4-a889-589857eaf4d6",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c5f41150-dd7d-4d37-9bcc-cdd9ca0c1abb",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "210ccfa2-86db-4088-b215-230a341fbab6",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d4d0f8ed-5255-47bd-b473-e1e2cd2bfa4e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3d8a9f7f-352c-4bc0-b2d8-370fa10aad04",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "904eb8ca-c0a0-4707-99e8-139cdcef0829",
          "name": "Update a file",
          "request": {
            "name": "Update a file",
            "description": {
              "content": "Updates a file. Note that this endpoint is using a POST method instead of PATCH.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "files",
                ":file_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "file",
                  "value": "string",
                  "description": "File to upload. This is a file sent as multi-part (not a string)"
                },
                {
                  "disabled": false,
                  "key": "file_name",
                  "value": "string",
                  "description": "File name"
                },
                {
                  "disabled": false,
                  "key": "is_public",
                  "value": "true",
                  "description": "Is public"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "file_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "file",
                  "type": "file",
                  "description": "File to upload"
                },
                {
                  "key": "file_name",
                  "value": "string",
                  "type": "text",
                  "description": "File name"
                },
                {
                  "key": "is_public",
                  "value": "false",
                  "type": "text",
                  "description": "Is public"
                }
              ]
            }
          },
          "response": [
            {
              "id": "8a627557-a262-4002-b192-07325c972aef",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "file",
                      "value": "string"
                    },
                    {
                      "key": "file_name",
                      "value": "string"
                    },
                    {
                      "key": "is_public",
                      "value": "true"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "File name",
                        "type": "text/plain"
                      },
                      "key": "file_name",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Is public",
                        "type": "text/plain"
                      },
                      "key": "is_public",
                      "value": "false",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"category\": \"DOCUMENTS\",\n  \"file_name\": \"document.pdf\",\n  \"is_public\": false,\n  \"contact_id\": \"string\",\n  \"created_by_id\": \"string\",\n  \"remote_file_key\": \"files/12345/document.pdf\",\n  \"file_box_type\": \"APPLICATION\",\n  \"file_size\": 1048576,\n  \"created_time\": \"2024-01-10T08:00:00Z\",\n  \"updated_time\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "19542043-4725-47fc-9a4f-76f76dad8b90",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "file",
                      "value": "string"
                    },
                    {
                      "key": "file_name",
                      "value": "string"
                    },
                    {
                      "key": "is_public",
                      "value": "true"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "File name",
                        "type": "text/plain"
                      },
                      "key": "file_name",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Is public",
                        "type": "text/plain"
                      },
                      "key": "is_public",
                      "value": "false",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5f076ad4-2a39-4c0f-b41a-a9abf9284ce9",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "file",
                      "value": "string"
                    },
                    {
                      "key": "file_name",
                      "value": "string"
                    },
                    {
                      "key": "is_public",
                      "value": "true"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "File name",
                        "type": "text/plain"
                      },
                      "key": "file_name",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Is public",
                        "type": "text/plain"
                      },
                      "key": "is_public",
                      "value": "false",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ca884b0-d412-4e6b-99ba-156497d25630",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "file",
                      "value": "string"
                    },
                    {
                      "key": "file_name",
                      "value": "string"
                    },
                    {
                      "key": "is_public",
                      "value": "true"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "File name",
                        "type": "text/plain"
                      },
                      "key": "file_name",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Is public",
                        "type": "text/plain"
                      },
                      "key": "is_public",
                      "value": "false",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd4cf555-9b63-4fc9-bf8d-4f094832905b",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "file",
                      "value": "string"
                    },
                    {
                      "key": "file_name",
                      "value": "string"
                    },
                    {
                      "key": "is_public",
                      "value": "true"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "File name",
                        "type": "text/plain"
                      },
                      "key": "file_name",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Is public",
                        "type": "text/plain"
                      },
                      "key": "is_public",
                      "value": "false",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f5846e69-a1bc-431e-bf57-d200953dec1e",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "file",
                      "value": "string"
                    },
                    {
                      "key": "file_name",
                      "value": "string"
                    },
                    {
                      "key": "is_public",
                      "value": "true"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "File name",
                        "type": "text/plain"
                      },
                      "key": "file_name",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Is public",
                        "type": "text/plain"
                      },
                      "key": "is_public",
                      "value": "false",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56d725a9-67b8-4edf-b63b-fc8410c11584",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "file",
                      "value": "string"
                    },
                    {
                      "key": "file_name",
                      "value": "string"
                    },
                    {
                      "key": "is_public",
                      "value": "true"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "File name",
                        "type": "text/plain"
                      },
                      "key": "file_name",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Is public",
                        "type": "text/plain"
                      },
                      "key": "is_public",
                      "value": "false",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f24b1714-51cb-4fab-b967-a3c4ba0719ca",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "file",
                      "value": "string"
                    },
                    {
                      "key": "file_name",
                      "value": "string"
                    },
                    {
                      "key": "is_public",
                      "value": "true"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    },
                    {
                      "description": {
                        "content": "File name",
                        "type": "text/plain"
                      },
                      "key": "file_name",
                      "value": "string",
                      "type": "text"
                    },
                    {
                      "description": {
                        "content": "Is public",
                        "type": "text/plain"
                      },
                      "key": "is_public",
                      "value": "false",
                      "type": "text"
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b936dea8-a452-47cf-bf46-3f7c890b0d30",
          "name": "Delete a file",
          "request": {
            "name": "Delete a file",
            "description": {
              "content": "Deletes a specified file",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "files",
                ":file_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "file_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "671a4467-f7a8-4e0d-b711-df65c8165996",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9119d4ec-0ecd-4a3f-a8f3-f298a3da11ca",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f63812a4-3e23-4358-a2e6-f4d86c43d094",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13e00308-dfd3-41ed-b545-73164e301d75",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aee64bbf-fac5-4e9e-83ee-ab5f1dff8508",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dfb7a7f0-66b5-4fd4-995f-c0fe7011ce70",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2fd29471-52d4-47e3-b0dc-79d7b91d6f98",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cfb31709-bfc0-4b35-af07-14515c1604fe",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    ":file_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "file_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0426ba0d-c0cb-461e-95fd-40d99d50febd",
          "name": "Retrieve a file's data",
          "request": {
            "name": "Retrieve a file's data",
            "description": {
              "content": "Retrieves a file's data",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "files",
                "{{file_id}}:data"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "2a0d805f-e553-4116-a27f-da5fca3be46c",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    "{{file_id}}:data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"string\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f34ebff-76b7-4d33-b5f2-0450d4dfc99c",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    "{{file_id}}:data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fefc0e07-4f4f-4d0a-99be-1d0a704157c2",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    "{{file_id}}:data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5868c095-f151-42d8-873b-31a29dcf5d05",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    "{{file_id}}:data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5d5c6b9-bdc7-41fd-8506-994dee90784c",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    "{{file_id}}:data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cbbbbe58-f920-41e5-94d8-ba9c0d031fe5",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    "{{file_id}}:data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26ca2eb6-e66a-4677-a0e7-15e7c8649395",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    "{{file_id}}:data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4e8440e3-839f-4e94-b9e6-f83c1576dc98",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "files",
                    "{{file_id}}:data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "69b1572e-b0be-49e7-8a52-17730765da20",
      "name": "Free Trial Discounts",
      "description": {
        "content": "Free Trial Discounts endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "d981387f-69e6-4efb-a86e-675e70c46528",
          "name": "List all Subscription Free Trial Discounts",
          "request": {
            "name": "List all Subscription Free Trial Discounts",
            "description": {
              "content": "Retrieves a list of Subscription Free Trial Discounts",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "freeTrials"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (Integer) `free_trial_days`\n- (Boolean) `hide_price`\n- (String) `subscription_plan_id`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=free_trial_days%3D%3D14`\n- `filter=hide_price%3D%3DTrue`\n- `filter=subscription_plan_id%3D%3DmySubscriptionPlanId`\n- `filter=free_trial_days%3D%3D14%3Bhide_price%3D%3DFalse`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `free_trial_days`\n- `hide_price`\n- `id`\n- `name`\n- `subscription_plan_id`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "a7a8dc26-5bd7-44f4-b658-f1df538d029d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"discounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fdb9c0a5-c2da-468f-b1ef-f8364b17394b",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "98905bb3-483a-4cab-b8e6-667d44b23a10",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7cf80f01-2e2d-4a68-a661-cd20df5ba4ce",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f2262655-6442-4795-b21e-487041a543b9",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b3390ce3-7c86-467e-9eff-2a1462d95277",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "34a293f9-1d1a-4185-bd46-db6e7d05ffe0",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "25fc5f2d-936c-47fc-b17f-441eaf8041c9",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8c004dd2-7cb8-41ea-b578-5115ee7d1c3a",
          "name": "Create a Subscription Free Trial Discount",
          "request": {
            "name": "Create a Subscription Free Trial Discount",
            "description": {
              "content": "Creates a Subscription Free Trial Discount",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "freeTrials"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"30-Day Free Trial\",\n  \"subscription_plan_id\": \"string\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"hide_price\": true,\n  \"free_trial_days\": 30\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d2f0a861-ed41-44f5-939d-ab1aba54d5af",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"30-Day Free Trial\",\n  \"subscription_plan_id\": \"string\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"hide_price\": true,\n  \"free_trial_days\": 30\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"30-Day Free Trial\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"hide_price\": true,\n  \"subscription_plan_id\": \"string\",\n  \"free_trial_days\": 30\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "63f7fd06-d068-43a0-a651-84f9fe6bfb3e",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"30-Day Free Trial\",\n  \"subscription_plan_id\": \"string\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"hide_price\": true,\n  \"free_trial_days\": 30\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3813730c-bbb3-4428-baac-b061b4184353",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"30-Day Free Trial\",\n  \"subscription_plan_id\": \"string\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"hide_price\": true,\n  \"free_trial_days\": 30\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ade2f87f-b76f-4331-9276-901d94450d0a",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"30-Day Free Trial\",\n  \"subscription_plan_id\": \"string\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"hide_price\": true,\n  \"free_trial_days\": 30\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b4d6aeb-da2a-4c39-9972-83033c77b6c3",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"30-Day Free Trial\",\n  \"subscription_plan_id\": \"string\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"hide_price\": true,\n  \"free_trial_days\": 30\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "664bd30d-4175-433c-8867-e18cf4f74327",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"30-Day Free Trial\",\n  \"subscription_plan_id\": \"string\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"hide_price\": true,\n  \"free_trial_days\": 30\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aeacfe6e-8fa1-46f5-8518-7252845b86ab",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"30-Day Free Trial\",\n  \"subscription_plan_id\": \"string\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"hide_price\": true,\n  \"free_trial_days\": 30\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "77f4319e-ca3b-4cc9-be23-b0e4fd63f677",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"30-Day Free Trial\",\n  \"subscription_plan_id\": \"string\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"hide_price\": true,\n  \"free_trial_days\": 30\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a488dc0c-8b38-4e95-960f-ed20923256d8",
          "name": "Retrieve a Subscription Free Trial Discount",
          "request": {
            "name": "Retrieve a Subscription Free Trial Discount",
            "description": {
              "content": "Retrieves a Subscription Free Trial Discount",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "freeTrials",
                ":discount_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "discount_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "0ddbc29d-f805-4e30-9feb-8e3dcb7c4143",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"30-Day Free Trial\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"hide_price\": true,\n  \"subscription_plan_id\": \"string\",\n  \"free_trial_days\": 30\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c2af01b-a9c4-4588-a97a-db1d9c5d71c0",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "301bb9bb-6e36-446d-9e1b-2be096d688af",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8769221d-f24a-4e07-9613-2549ce586702",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad9465e5-54a0-438a-8d5b-a0561c8bbdea",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "84469e65-21ad-45cd-bc48-4122b19fae76",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd78799a-618d-4b7c-a3f3-8def2af886b3",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92735445-382a-49dc-bb3a-bbf83d39464f",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "330f4626-ed67-4ef6-8f2e-30a8eba90d6e",
          "name": "Delete a Subscription Free Trial Discount",
          "request": {
            "name": "Delete a Subscription Free Trial Discount",
            "description": {
              "content": "Deletes a specified Subscription Free Trial Discount",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "freeTrials",
                ":discount_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "discount_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "3a4bddc3-1ad1-4f56-aff9-742a9664c3bc",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "02d2feb3-e7ba-41ea-ac95-a1dec9ffdc20",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d4a19342-1a6e-4ea1-9504-f922e2497993",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "15c2c9e9-127e-43cb-a1c5-b4c6bfbbb92e",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bc856945-1c5f-4779-ac79-6050ee45c1ed",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b1e88bc2-0b4f-46ca-8acd-f890e671dcc2",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "94c841ef-6e44-45a7-a12e-743deb0d6205",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e4ce4c38-42a1-498a-be0f-9c5789be75e5",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e1e4f10a-0890-45ed-968e-703b2433c887",
          "name": "Update a Subscription Free Trial Discount",
          "request": {
            "name": "Update a Subscription Free Trial Discount",
            "description": {
              "content": "Updates a Subscription Free Trial Discount",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "freeTrials",
                ":discount_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "discount_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"30-Day Free Trial\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"free_trial_days\": 30,\n  \"hide_price\": true,\n  \"subscription_plan_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "3a060cd1-7a10-4ad2-8b68-84ac7e150f56",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"30-Day Free Trial\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"free_trial_days\": 30,\n  \"hide_price\": true,\n  \"subscription_plan_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"30-Day Free Trial\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"hide_price\": true,\n  \"subscription_plan_id\": \"string\",\n  \"free_trial_days\": 30\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db6ff33e-a26e-45f3-99af-555b2baeb5bb",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"30-Day Free Trial\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"free_trial_days\": 30,\n  \"hide_price\": true,\n  \"subscription_plan_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "370a9511-7f8e-4a37-8546-941aebda61c2",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"30-Day Free Trial\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"free_trial_days\": 30,\n  \"hide_price\": true,\n  \"subscription_plan_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f2b926a2-848e-439b-8517-99ead325e8cb",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"30-Day Free Trial\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"free_trial_days\": 30,\n  \"hide_price\": true,\n  \"subscription_plan_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c4ce202-ccd7-405d-8096-01f20e215deb",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"30-Day Free Trial\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"free_trial_days\": 30,\n  \"hide_price\": true,\n  \"subscription_plan_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c990eaa1-e51e-47fb-8d14-43719baa6075",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"30-Day Free Trial\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"free_trial_days\": 30,\n  \"hide_price\": true,\n  \"subscription_plan_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a144958a-5f2b-4cd1-a766-c5c2b4c1a8df",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"30-Day Free Trial\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"free_trial_days\": 30,\n  \"hide_price\": true,\n  \"subscription_plan_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30aa786a-096a-4e58-8535-af77dbd09d1b",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "freeTrials",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"30-Day Free Trial\",\n  \"description\": \"Try our premium plan free for 30 days\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"free_trial_days\": 30,\n  \"hide_price\": true,\n  \"subscription_plan_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "8e0731da-551a-41d4-886e-ce6801fb8b7f",
      "name": "Integrations",
      "description": {
        "content": "Integrations endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "cb617615-8ac8-4d53-8509-a8591e9dbcb6",
          "name": "Add a WordPress Opt-In Option",
          "request": {
            "name": "Add a WordPress Opt-In Option",
            "description": {
              "content": "Adds a value to the list of WordPress Opt-In Options Available",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "integrations",
                "wordpress",
                "options"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"key\": \"NewsletterOptIn\",\n  \"name\": \"Newsletter Opt-In\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "8cb4fa9e-5f87-481f-9a70-3a30c725d071",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "integrations",
                    "wordpress",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"key\": \"NewsletterOptIn\",\n  \"name\": \"Newsletter Opt-In\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"key\": \"string\",\n  \"name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "233b32f3-be07-4687-b570-0ccd315c8b4c",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "integrations",
                    "wordpress",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"key\": \"NewsletterOptIn\",\n  \"name\": \"Newsletter Opt-In\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c8d38136-42e2-4a07-bd60-f961c7aab7a4",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "integrations",
                    "wordpress",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"key\": \"NewsletterOptIn\",\n  \"name\": \"Newsletter Opt-In\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7806abca-e41c-48fb-8213-783ff7f9a17a",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "integrations",
                    "wordpress",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"key\": \"NewsletterOptIn\",\n  \"name\": \"Newsletter Opt-In\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "48dfe777-c7aa-45ff-8c87-d6bb79a9329c",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "integrations",
                    "wordpress",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"key\": \"NewsletterOptIn\",\n  \"name\": \"Newsletter Opt-In\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "df14af91-c5a9-425e-a564-f64a03be28b7",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "integrations",
                    "wordpress",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"key\": \"NewsletterOptIn\",\n  \"name\": \"Newsletter Opt-In\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d0970302-2e3d-4e29-8b7f-08457b6ee68d",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "integrations",
                    "wordpress",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"key\": \"NewsletterOptIn\",\n  \"name\": \"Newsletter Opt-In\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b6fd673-deb1-470e-b3c6-089643b7a516",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "integrations",
                    "wordpress",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"key\": \"NewsletterOptIn\",\n  \"name\": \"Newsletter Opt-In\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b7fbcdc7-b195-4f42-970e-a3d2446e7bba",
          "name": "Delete a WordPress Opt-In Option",
          "request": {
            "name": "Delete a WordPress Opt-In Option",
            "description": {
              "content": "Deletes a value from the list of WordPress Opt-In Options Available",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "integrations",
                "wordpress",
                "options",
                ":option_key"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "option_key",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "aaedddf7-ab54-4ba2-b636-95ba26f5dad3",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "integrations",
                    "wordpress",
                    "options",
                    ":option_key"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "option_key",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4606d279-6c07-4a18-859e-5bf88c508b2a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "integrations",
                    "wordpress",
                    "options",
                    ":option_key"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "option_key",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6f092624-ed9c-4f6d-80b5-28c30ae8288e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "integrations",
                    "wordpress",
                    "options",
                    ":option_key"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "option_key",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1db85966-b72d-49cf-a57b-b8456b729263",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "integrations",
                    "wordpress",
                    "options",
                    ":option_key"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "option_key",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4e84d263-8596-4996-817b-f44941e530bd",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "integrations",
                    "wordpress",
                    "options",
                    ":option_key"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "option_key",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c813771f-2684-43ee-b7a2-7d7df6986bbe",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "integrations",
                    "wordpress",
                    "options",
                    ":option_key"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "option_key",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d4119b9a-e832-4abc-9cbc-27a12b946a55",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "integrations",
                    "wordpress",
                    "options",
                    ":option_key"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "option_key",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c7bb84f0-5e4e-4a40-a337-e6277680ef60",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "integrations",
                    "wordpress",
                    "options",
                    ":option_key"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "option_key",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "af3ce16a-d312-49bd-ae36-612474b0176b",
      "name": "Lead Source Categories",
      "description": {
        "content": "Lead Source Categories endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "7a9f0ff2-e081-45c0-b3d2-4690f0bd9ccb",
          "name": "List Lead Source Categories",
          "request": {
            "name": "List Lead Source Categories",
            "description": {
              "content": "Retrieves a list of Lead Source Categories",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSourceCategories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n\n- (String) `name`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here is an example:\n\n- `filter=name%3D%3Dexample`"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `name`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "7764a93b-03b1-42c5-b30d-fab492932ec9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"lead_source_categories\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "291db77f-d75c-4576-b404-d8b9d7dc8ad9",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "104e6998-69c9-4937-95ab-8f2f94938a37",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "780d2eb1-defc-4df8-ad6a-9f1280ec8f2d",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d3f887f7-0123-4ed8-a823-a558efe9ec5b",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2784cb9e-12d2-4b91-9d7b-ca152095209c",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c4cc648-2d28-472f-8ba7-30c46e7445b8",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1bef2644-a455-49fa-8110-89fd55b5d7cc",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c4449e19-5648-4f19-ad55-37d96e6f443f",
          "name": "Create a Lead Source Category",
          "request": {
            "name": "Create a Lead Source Category",
            "description": {
              "content": "Creates a new Lead Source Category.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSourceCategories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "97aeadbb-bd22-49a8-adbc-af8cf28703f4",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc9ead6e-a9f0-4ace-8954-f4da20edcff6",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab9d6e49-7bb7-4feb-86cb-877b24e76c3e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0023cc8c-e7a6-4c8f-8bc8-fdeae2794d0f",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3626d4de-fe0e-426b-bdec-f08fedebfb27",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b04f7cf-b882-493f-ad14-cc61dbbebf3f",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9846ea9b-870d-4a8d-a949-265b17b4fd45",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d7f33e5-03d2-4aab-aed6-b38ae3b0be0d",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5656953b-b8e3-4222-96c8-3b277f35cc17",
          "name": "Retrieve a Lead Source Category",
          "request": {
            "name": "Retrieve a Lead Source Category",
            "description": {
              "content": "Retrieves a single Lead Source Category for a given ID",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSourceCategories",
                ":lead_source_category_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_category_id",
                  "description": "(Required) The ID of a lead source category"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "055a3555-e574-4fac-b7f0-b89f73eb3968",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d1237ab7-69a0-4c3f-862b-aba2518cd431",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66ebe9d8-d2cc-47f0-bbf4-4f53c5119115",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b48d917-ff04-493e-8e1f-00bec21ba979",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8c49c0c0-ec8c-45da-a321-d0945c4c5e28",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b1862a63-bf01-44cd-93fc-abf590eb2b5c",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4a96dad5-b826-4e74-8342-49cb00c18ab9",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b122594-e0ea-42cc-8e37-dcc328579068",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6b08b4d0-a369-4060-90b1-baa31834964c",
          "name": "Delete a Lead Source Category",
          "request": {
            "name": "Delete a Lead Source Category",
            "description": {
              "content": "Deletes the specified Lead Source Category",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSourceCategories",
                ":lead_source_category_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_category_id",
                  "description": "(Required) The ID of a lead source category"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "95e6694c-b4e4-4ee0-8982-5f3916a9c6e2",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5890865e-110c-4f56-a5d6-d12bf2a6f9b1",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7385a6f5-e80a-4c72-aa6e-d724fa4ed22f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "de00bac6-839f-4677-b79a-c37c029d0375",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1fb7b18d-d626-43f5-94d2-583ef57cbc25",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da96acf1-841f-432f-842c-3907bd04c786",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "29c449aa-2b37-4a8e-ad54-5f5afaf5460c",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb18fac9-026d-4ad6-9afb-c1ca9c48f044",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fc27c04c-b20f-47d2-a6a5-7b06d1351b46",
          "name": "Update a Lead Source Category",
          "request": {
            "name": "Update a Lead Source Category",
            "description": {
              "content": "Updates a Lead Source Category",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSourceCategories",
                ":lead_source_category_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_category_id",
                  "description": "(Required) The ID of a lead source category"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "61b61919-50b0-406b-b526-f6425e4199fb",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d9b36ced-ba50-48ff-9418-49fbc7fae4d3",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a6e14f99-5b9f-4e55-86b6-f1063219aa59",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9790ccbb-a2da-4710-847f-7681e00e1582",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec6c0fd6-c4ed-4804-90aa-c4da4d8d620a",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b0af9603-4dd5-4545-8e7b-650e91d60d03",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7afc258f-3007-4347-b9ec-54e25f6c557b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eb45b306-9951-4b5c-a798-68d091e64916",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSourceCategories",
                    ":lead_source_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_category_id",
                      "description": "(Required) The ID of a lead source category"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Paid Advertising\",\n  \"description\": \"All paid marketing channels\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "85409c4b-e1ce-4434-b76b-05f325d9056d",
      "name": "Lead Source Expenses",
      "description": {
        "content": "Lead Source Expenses endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "17fbf281-94d1-47ed-ba6b-5c8dbe286de5",
          "name": "List Lead Source Expenses",
          "request": {
            "name": "List Lead Source Expenses",
            "description": {
              "content": "Retrieves a list of lead source expenses",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSources",
                ":lead_source_id",
                "expenses"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n\n- (String) `title`\n- (Long) `amount`\n- (String) `incurred_time`\n- (String) `create_time`\n- (String) `update_time`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n\n- `filter=amount%3D%3D2500`\n- `filter=incurred_time%3D%3D2024-12-22T01:00:00.000Z`"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n\n- `title`\n- `amount`\n- `incurred_time`\n- `create_time`\n- `update_time`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_id",
                  "description": "(Required) The ID of the lead source this expense belongs to. Use '-' as a wildcard (e.g. /v2/leadSources/-/expenses)."
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "4195c23e-29ed-4ee5-b095-7a445c62dea8",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to. Use '-' as a wildcard (e.g. /v2/leadSources/-/expenses)."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"lead_source_expenses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6b35567c-b1b9-48c4-8396-038b5fd1fab1",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to. Use '-' as a wildcard (e.g. /v2/leadSources/-/expenses)."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1271f748-b25a-42a7-a6fb-d4bda2a99813",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to. Use '-' as a wildcard (e.g. /v2/leadSources/-/expenses)."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d6a919f0-98bf-4752-b3df-c987789c19f3",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to. Use '-' as a wildcard (e.g. /v2/leadSources/-/expenses)."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3896a4fd-c888-4572-93be-f6b986a65666",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to. Use '-' as a wildcard (e.g. /v2/leadSources/-/expenses)."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7f247d3c-9ed1-4e6d-a84b-7fb26687677b",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to. Use '-' as a wildcard (e.g. /v2/leadSources/-/expenses)."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c7103c9-0c22-4f2e-a68e-b29018a61c58",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to. Use '-' as a wildcard (e.g. /v2/leadSources/-/expenses)."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d0ace84a-ee93-44f0-aca8-e4491b91e9b7",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to. Use '-' as a wildcard (e.g. /v2/leadSources/-/expenses)."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d79dc406-a00d-47cf-b972-80f7e0090496",
          "name": "Create a Lead Source Expense",
          "request": {
            "name": "Create a Lead Source Expense",
            "description": {
              "content": "Creates a new Lead Source Expense",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSources",
                ":lead_source_id",
                "expenses"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_id",
                  "description": "(Required) The ID of the lead source this expense belongs to"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"amount\": 22550,\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "eb5d2bbf-8440-4436-b89e-fb66fefb0c98",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 22550,\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"amount\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"lead_source_id\": \"string\",\n  \"lead_source_recurring_expense_id\": \"string\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\",\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad2e79e3-b13e-4d85-97f0-a085cdf312dc",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 22550,\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d6029e5f-1c4f-4c88-9833-6931c55767da",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 22550,\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d4c34449-ee9b-435f-a7a1-cfcc9262538e",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 22550,\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73201f90-8141-4661-af13-730700d46c33",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 22550,\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "20bbbf42-02f3-4a44-ae35-7609475c6d7b",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 22550,\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b04a558d-7f5c-43ba-a744-770fb9d05139",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 22550,\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e987f5d-1fd7-4ae2-9ae1-c7e8d411c8a0",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 22550,\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "67e68422-8137-4452-95d5-8e48a989e575",
          "name": "Retrieve a Lead Source Expense",
          "request": {
            "name": "Retrieve a Lead Source Expense",
            "description": {
              "content": "Retrieves a single Lead Source Expense for a given ID",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSources",
                ":lead_source_id",
                "expenses",
                ":lead_source_expense_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_id",
                  "description": "(Required) The ID of the lead source this expense belongs to"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_expense_id",
                  "description": "(Required) The ID of a lead source expense"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "15753dd7-dd60-4453-8a71-2a6aa1da1f98",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"amount\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"lead_source_id\": \"string\",\n  \"lead_source_recurring_expense_id\": \"string\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\",\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92a74c92-9f34-4723-8058-87af2adda05a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c171c2c-fe0f-4e12-b59a-e6d1a25f5189",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "17798744-18f2-491c-84bb-e549d341b60b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2c16f0c2-c1b1-463c-918a-73a8aa6e0cac",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4ab9b9ff-a1bb-41d3-8eeb-f6a0d78bf3ce",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c11e13f0-c7cc-4c45-b0d0-86161694ace7",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2c2d48cd-d57d-448e-8832-78c3c05add88",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e599955d-04cb-4f95-8bdf-aeda9611d14a",
          "name": "Delete a lead source expense",
          "request": {
            "name": "Delete a lead source expense",
            "description": {
              "content": "Deletes a lead source expense by ID",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSources",
                ":lead_source_id",
                "expenses",
                ":lead_source_expense_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_id",
                  "description": "(Required) The ID of the lead source this expense belongs to"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_expense_id",
                  "description": "(Required) The ID of a lead source expense"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "26275726-99bb-44d0-815e-c2222c437f11",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "f40b4690-dc3f-4c98-a7df-86e3de81ecbc",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "04261991-2177-4de8-a607-5742c8734845",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da024cc1-d74e-4166-adf6-9d9119158cf1",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3e8e920f-0d3e-40ff-b0e0-66afc7d3f264",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3cc67abc-362d-4007-9a5f-930bffd4c2df",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "566af686-4218-4fb9-93d1-29b5cfb09a33",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dfd7f1fa-c87f-452b-8f79-af5f13b86f45",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f72b2b99-b242-45d2-bae5-ff68d9c76b9f",
          "name": "Update a Lead Source Expense",
          "request": {
            "name": "Update a Lead Source Expense",
            "description": {
              "content": "Updates a new Lead Source Expense",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSources",
                ":lead_source_id",
                "expenses",
                ":lead_source_expense_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_id",
                  "description": "(Required) The ID of the lead source this expense belongs to"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_expense_id",
                  "description": "(Required) The ID of a lead source expense"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"amount\": 22550,\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "5d1c58bf-ffe9-48b8-b48d-ab70510180a5",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"amount\": 22550,\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"amount\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"lead_source_id\": \"string\",\n  \"lead_source_recurring_expense_id\": \"string\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\",\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fc5ca5c2-cc31-4d00-addc-08e90a1869a0",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"amount\": 22550,\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c539305-341a-4916-b9eb-c480f4c05a5a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"amount\": 22550,\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "96f33495-4706-45d9-8dbb-0c69def4322f",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"amount\": 22550,\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0695ce6f-2742-4030-9732-4fee60cdce44",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"amount\": 22550,\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5d2d4ee0-ddca-42d7-93ca-e266b2231a98",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"amount\": 22550,\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fce85e76-a4cd-40e7-80e2-9b8971b01d60",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"amount\": 22550,\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2af140fc-1fe0-4db6-9c61-e00c97c6d4f2",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "expenses",
                    ":lead_source_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_expense_id",
                      "description": "(Required) The ID of a lead source expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Google Ads Campaign\",\n  \"notes\": \"Q1 advertising spend\",\n  \"amount\": 22550,\n  \"incurred_time\": \"2024-03-15T00:00:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "bc6b172f-eb66-4a42-b034-52eaef7878d4",
      "name": "Lead Source Recurring Expenses",
      "description": {
        "content": "Lead Source Recurring Expenses endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "3c92df8f-94fe-497a-9295-aac96da3481f",
          "name": "Retrieves a list of lead source recurring expenses",
          "request": {
            "name": "Retrieves a list of lead source recurring expenses",
            "description": {
              "content": "Retrieves a list of recurring expenses with lead_source_id and optional 'filter' query param",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSources",
                ":lead_source_id",
                "recurringExpenses"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n\n- (String) `title`\n- (Long) `amount`\n- (String) `start_time`\n- (String) `end_time`\n- (String) `next_expense_time`\n- (String) `create_time`\n- (String) `update_time`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n\n- `filter=amount%3D%3D2500`\n- `filter=next_expense_time%3D%3D2024-12-22T01:00:00.000Z`"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `title`\n- `amount`\n- `start_time`\n- `end_time`\n- `next_expense_time`\n- `create_time`\n- `update_time`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_id",
                  "description": "(Required) The ID of the lead source this recurring expense belongs to"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "ca35d3d8-6033-4eef-9a64-8046c4c1012b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"lead_source_recurring_expenses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "924ad6bb-ef7f-49ce-bf46-1e8c55397c41",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "649fdc66-620a-4e01-b8ad-95ccc7368927",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "24b01132-7c8c-4a5f-8f20-c5a71f6cb2dd",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d406a15-4104-4917-9a12-bd9f4674bb56",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2cc8ee1d-a02f-4649-877b-28e9d4b34cd6",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ef846838-c550-4498-bc0b-c88eaec399e5",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed1ca755-d8dc-4b14-98fc-b378a46d11b8",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3cbfda7f-dec1-4b02-a49e-d042cfb6a462",
          "name": "Create a Lead Source Recurring Expense",
          "request": {
            "name": "Create a Lead Source Recurring Expense",
            "description": {
              "content": "Creates a new Lead Source Recurring Expense",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSources",
                ":lead_source_id",
                "recurringExpenses"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_id",
                  "description": "(Required) The ID of the lead source this recurring expense belongs to"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"amount\": 22550,\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "a7f8fb70-be77-446c-b6b2-e2c8881ba31f",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 22550,\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"amount\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"lead_source_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\",\n  \"next_expense_time\": \"2024-04-01T00:00:00Z\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f080d842-83b6-4005-9455-09cc00aff6e3",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 22550,\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aae475d5-b7a5-4b43-9895-04f7c7cf2407",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 22550,\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "48e80d26-bfe3-4113-b3ca-6c802bc8c7b3",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 22550,\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "50b643c1-1b86-4448-a472-dd7d11e4f579",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 22550,\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0a45e8d-b1ce-4ee4-adee-8fa90289706a",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 22550,\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0af24d5a-4b97-4276-a388-3dc7dc2fa4be",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 22550,\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39d5a01e-b471-4786-906b-55223bde3bb5",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"amount\": 22550,\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0a18370b-eebc-4804-9f1c-8050e5caa5ef",
          "name": "Retrieve a Lead Source Recurring Expense",
          "request": {
            "name": "Retrieve a Lead Source Recurring Expense",
            "description": {
              "content": "Retrieves a Lead Source Recurring Expense using leadSourceId and leadSourceRecurringExpenseId",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSources",
                ":lead_source_id",
                "recurringExpenses",
                ":lead_source_recurring_expense_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_id",
                  "description": "(Required) The ID of the lead source this recurring expense belongs to"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_recurring_expense_id",
                  "description": "(Required) The ID of a lead source recurring expense"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "bd812995-a6cd-4fb8-a726-e6f5b9ba626c",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"amount\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"lead_source_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\",\n  \"next_expense_time\": \"2024-04-01T00:00:00Z\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "24205085-a3aa-4af6-b5e8-b2bf8e53588d",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89f0258e-7e5d-4a0c-89fa-a3238997dba4",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "285337a7-8f86-43cd-bc49-0ead691c7433",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "20865506-fa62-472f-86eb-6ee7abb82466",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb728522-c046-44a7-8337-bf1ab95f2969",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56ffdd5d-204d-403c-8add-f85c83b6aec0",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f026cc1-c1ee-4b2e-8af6-921e3c4c790c",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3b84de31-a501-4825-bdf0-f8cef753edf4",
          "name": "Delete a Lead Source Recurring Expense",
          "request": {
            "name": "Delete a Lead Source Recurring Expense",
            "description": {
              "content": "Deletes a new Lead Source Recurring Expense that belongs to a Lead Source",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSources",
                ":lead_source_id",
                "recurringExpenses",
                ":lead_source_recurring_expense_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_id",
                  "description": "(Required) The ID of the lead source this recurring expense belongs to"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_recurring_expense_id",
                  "description": "(Required) The ID of a lead source recurring expense"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "aa769c67-98f2-440a-8dc1-39e1bbde2232",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "01a41f8a-b4f8-42d9-9651-c18f7fadd78a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c3f1545-0e3a-4474-8dad-b773795df223",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "83b3bedf-0d16-440a-957a-e000105babc8",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13bdb839-b594-4c8b-bc2c-e7a67ab4922f",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d088487c-e99a-4aa0-bc32-9c4f7045e3a6",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d3e6a2a2-5db2-4f64-ae54-6d9d98b9fd38",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0717fbee-989a-43fc-949d-1a9ef05450e3",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6b77ceba-f01e-463c-818f-0af2a2d97e17",
          "name": "Update a Lead Source Recurring Expense",
          "request": {
            "name": "Update a Lead Source Recurring Expense",
            "description": {
              "content": "Updates a Lead Source Recurring Expense",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSources",
                ":lead_source_id",
                "recurringExpenses",
                ":lead_source_recurring_expense_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_id",
                  "description": "(Required) The ID of the lead source this recurring expense belongs to"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_recurring_expense_id",
                  "description": "(Required) The ID of a lead source recurring expense"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"amount\": 22550,\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d83cd91a-5a8d-4fc4-9fd3-5b3c36246c32",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"amount\": 22550,\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"amount\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"lead_source_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\",\n  \"next_expense_time\": \"2024-04-01T00:00:00Z\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b31b658e-ff0e-4fa8-ac03-b5f2391fdde2",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"amount\": 22550,\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9787582d-6b3c-4c65-afbb-2c49a1ff9bc1",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"amount\": 22550,\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "266bbdaa-1455-4d92-9872-f7a728fe037e",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"amount\": 22550,\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7598df9c-d084-4c4b-9926-f3cc8ecd5fea",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"amount\": 22550,\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c1a302bd-9478-48b0-a3f7-434b5f8be9c8",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"amount\": 22550,\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f87744c8-e8c9-4bee-9cb5-7436b66661d5",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"amount\": 22550,\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0f09d237-a589-40c2-8fcc-e0ceff03e9cc",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Monthly Google Ads subscription\",\n  \"notes\": \"Automated monthly billing\",\n  \"amount\": 22550,\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "18c62530-b6fb-49ce-a3e5-1eda492dcaca",
          "name": "Retrieves a list of expenses incurred from a recurring expense",
          "request": {
            "name": "Retrieves a list of expenses incurred from a recurring expense",
            "description": {
              "content": "Retrieves a list of expenses incurred from a recurring expense",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSources",
                ":lead_source_id",
                "recurringExpenses",
                ":lead_source_recurring_expense_id",
                "expenses"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n\n- (String) `title`\n- (Long) `amount`\n- (String) `incurred_time`\n- (String) `create_time`\n- (String) `update_time`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n\n- `filter=amount%3D%3D2500`\n- `filter=incurred_time%3D%3D2024-12-22T01:00:00.000Z`"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n\n- `title`\n- `amount`\n- `incurred_time`\n- `create_time`\n- `update_time`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_id",
                  "description": "(Required) The ID of the lead source this recurring expense belongs to"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_recurring_expense_id",
                  "description": "(Required) The ID of a lead source recurring expense"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "f0c8b86b-eed4-4dd9-915f-428adc3dae87",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"lead_source_expenses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fabc4f29-ef34-4202-b2fb-07b72f7804f9",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4b51fa68-e41d-4a00-b751-6252528df035",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e3a021a0-c01b-4ef9-a7cd-b5e8a897313d",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d9cecc63-f274-4e09-886c-85bfca75b7a4",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8ef72bca-133e-4a30-a491-cb3ce8f9fe52",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82caf38d-aaf1-428e-9c5c-0a4aabd8a655",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "daa6fd6f-ff65-431d-8138-84cc2227a853",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id",
                    "recurringExpenses",
                    ":lead_source_recurring_expense_id",
                    "expenses"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of the lead source this recurring expense belongs to"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_recurring_expense_id",
                      "description": "(Required) The ID of a lead source recurring expense"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "58630053-273c-458b-b8fe-0f510cf2a1eb",
      "name": "Lead Sources",
      "description": {
        "content": "Lead Sources endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "5609fea2-b72f-4706-8617-50bc541299c8",
          "name": "List Lead Sources",
          "request": {
            "name": "List Lead Sources",
            "description": {
              "content": "Retrieves a list of Lead Sources",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSources"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n\n- (String) `name`\n- (String) `status`\n- (String) `lead_source_category_id`\n- (String) `vendor`\n- (String) `medium`\n- (String) `start_time`\n- (String) `end_time`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n\n- `filter=name%3D%3Dexample`\n- `filter=start_time%3D%3D2024-12-22T01:00:00.000Z`"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n\n- `name`\n- `status`\n- `vendor`\n- `medium`\n- `start_time`\n- `end_time`\n- `create_time`\n- `update_time`\n\nOne of the following directions:\n\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "f6095828-2b7c-43c0-9563-6c4a47d5c1a2",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"lead_sources\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a49a118d-65b6-4964-a8a9-41ec8b6f4175",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "81b5081c-c8ac-42ca-ac16-76c2d7b78def",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "59af5fd8-f7f6-49eb-b816-12c89f3c82af",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "81ddc19e-9de7-4010-9588-4be3b175a690",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1261e641-1e3b-498b-b6e1-d5473d22a31b",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f5cbf184-cd1a-4d16-96f3-da9adc96c945",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dad8465f-e05c-4045-8520-3a9af6e7d8e5",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1e70e1bd-17de-4884-a7de-a442b3e0d211",
          "name": "Create a Lead Source",
          "request": {
            "name": "Create a Lead Source",
            "description": {
              "content": "Creates a new Lead Source",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSources"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "9df6457b-c2ad-436e-a0bb-5f30fcc5783f",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6892328f-57bd-4253-828f-47ccbffdcd48",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1868a21d-9773-4ec3-addc-2219c20af554",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1db380d2-7bbc-4907-b203-9edc05fda490",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4a6161ff-5f3d-437e-9367-3ae32bf72e02",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "91329507-f751-4779-bbef-c41587e6f3c8",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c929f9b-95b8-429e-9a57-c95eedc6a74d",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9f325512-6393-4097-8dc7-abff6d5d90b1",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "91753709-828d-46f0-8033-ac93e5a352df",
          "name": "Retrieve a Lead Source",
          "request": {
            "name": "Retrieve a Lead Source",
            "description": {
              "content": "Retrieves a Lead Source by ID",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSources",
                ":lead_source_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_id",
                  "description": "(Required) The ID of a lead source"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "848d529a-e144-46d1-92ab-28471f721230",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9bdeb01b-662d-45b9-83a5-7749852e4c16",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "64476085-18d1-4c2c-87f0-2e245f2fa3c6",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4067004c-cb22-422f-8ea1-e4a6b9f815d6",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1eaadf0-6d55-45bc-9f86-d1c71b06ac84",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "12b4fad6-d76e-4132-8de3-e815c47cdd72",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35e71c04-1d07-42bd-a241-53770daafd4b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4eec1533-1636-4e37-a31b-7e38e7755ac0",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a2eb855f-b539-4404-a743-1c432b3bddb5",
          "name": "Delete a Lead Source",
          "request": {
            "name": "Delete a Lead Source",
            "description": {
              "content": "Deletes a Lead Source by ID",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSources",
                ":lead_source_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_id",
                  "description": "(Required) The ID of a lead source"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "3c3115d0-364a-40b3-930b-dad732853396",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "7eafdf47-a72b-43a2-81f9-4e2c710d6359",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "adf44d33-e61b-4ea0-8085-f271643d66ec",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a9525f0-46e3-4b03-89cf-41281b4763d2",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7682a314-cd08-4815-a924-e34159dccdf5",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb879f16-5a6a-42ae-9fb6-893e9a6c1486",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "233c4e26-d93f-4df1-9c64-1ab82d1fad94",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f2ee158-da68-4d58-a392-c648f7258ead",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0bdaeae8-47fc-4201-ad95-de0ce8170a42",
          "name": "Update a Lead Source",
          "request": {
            "name": "Update a Lead Source",
            "description": {
              "content": "Updates a Lead Source with only the values provided in the request",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "leadSources",
                ":lead_source_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "lead_source_id",
                  "description": "(Required) The ID of a lead source"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "5d604c15-e764-4fd1-a6bf-dbb3dd706df2",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "358b327c-e991-42ec-9d10-62a405974765",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5a264e98-8411-40ea-8c90-79bb4dc5de3b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2ef108be-a890-4204-98c1-a7d3854610bd",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d47f6ea1-da92-4ea7-9b26-07b18abe50ce",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1cf67320-3bf9-4aa7-8c38-8886c06033be",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f34a61d-7859-417b-8d0e-64f221b7cf6a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "03434ff0-f0b4-496c-83ca-918033a0acbb",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "leadSources",
                    ":lead_source_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "lead_source_id",
                      "description": "(Required) The ID of a lead source"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Google Ads\",\n  \"description\": \"Paid search advertising\",\n  \"vendor\": \"Google\",\n  \"medium\": \"cpc\",\n  \"message\": \"Spring promotion\",\n  \"status\": \"ACTIVE\",\n  \"lead_source_category_id\": \"string\",\n  \"start_time\": \"2024-01-01T00:00:00Z\",\n  \"end_time\": \"2024-12-31T23:59:59Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "6ba015da-a5c0-465d-b7af-1aac3c7a6f63",
      "name": "LeadScore",
      "description": {
        "content": "LeadScore endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "62a5d1bd-80d8-4d38-b80f-e937ccd73393",
          "name": "Retrieve Lead Score of a Contact",
          "request": {
            "name": "Retrieve Lead Score of a Contact",
            "description": {
              "content": "Retrieves information about the Lead Score of a Contact",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts",
                ":contact_id",
                "leadScore"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "contact_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "b3607d8f-d381-4517-a8da-80ea00555858",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "leadScore"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"score\": \"string\",\n  \"last_updated\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad18f497-7d86-4cec-9944-3e3a56771d70",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "leadScore"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c865de2d-4510-494e-9e9c-243cb9f89bb1",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "leadScore"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0358f08e-7c0b-49e5-ae1d-2cb24d6fdb35",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "leadScore"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "62f2053c-2685-4233-be10-4a8cb8679f52",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "leadScore"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b23fb370-9a0c-4f02-b978-c9288c88534d",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "leadScore"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0729d06d-aa02-45c5-bcec-3fb0b1c2baeb",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "leadScore"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9840c457-aff2-4f69-b833-79633fef6dfe",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "leadScore"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "51a22b36-8fc8-4d63-806c-637a892a4e9f",
      "name": "Locale",
      "description": {
        "content": "Locale endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "0c69f56b-af80-45c5-8785-e20c10f3f8a0",
          "name": "List Countries",
          "request": {
            "name": "List Countries",
            "description": {
              "content": "Retrieves a list of countries",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "locales",
                "countries"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "505f4834-252d-45a3-a7f3-0c81c01152bc",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"countries\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a7d0f6d5-221e-48c6-a752-57ef50da257e",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b03d33ea-8089-43ff-9583-af017b1ca967",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4a501159-afff-4c37-8d8e-b9546af1d094",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "489843fe-0718-4867-b6bc-40268a20b799",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9f58b462-fe05-49b0-aa28-dfb0495bef8e",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8918c9be-eff6-474d-bbe9-9829eae27deb",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2ffdd5d1-2349-44ad-8b13-b8fc376cf936",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8026d3c4-6c2e-48e8-931e-8abe2680fb08",
          "name": "Get Country",
          "request": {
            "name": "Get Country",
            "description": {
              "content": "Gets a country by its code or name",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "locales",
                "countries",
                ":country_code"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "country_code",
                  "description": "(Required) The ISO 3166-2 alpha-2 code, alpha-3 code, or name of the country to be retrieved"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "2110a636-bb74-458c-baf3-77bec7f6fd4c",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) The ISO 3166-2 alpha-2 code, alpha-3 code, or name of the country to be retrieved"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"codes\": {\n    \"alpha2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"alpha3\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9f041d79-18c1-453a-bc9c-2e8301615371",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) The ISO 3166-2 alpha-2 code, alpha-3 code, or name of the country to be retrieved"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e24fbb18-8512-490e-8dcc-fa5c6397b9c3",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) The ISO 3166-2 alpha-2 code, alpha-3 code, or name of the country to be retrieved"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e0a2b9ee-b629-44bf-ae12-ad1367efd3b6",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) The ISO 3166-2 alpha-2 code, alpha-3 code, or name of the country to be retrieved"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db1aef55-12cf-4471-a903-9ebf30002471",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) The ISO 3166-2 alpha-2 code, alpha-3 code, or name of the country to be retrieved"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7067fd4d-84d8-4948-b9e6-47b3c1ac93fd",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) The ISO 3166-2 alpha-2 code, alpha-3 code, or name of the country to be retrieved"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9b7f5374-e701-46e3-9a5d-6e19e94eddf0",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) The ISO 3166-2 alpha-2 code, alpha-3 code, or name of the country to be retrieved"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "02eb0ab4-3f0e-4b6a-a810-1da491515e42",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) The ISO 3166-2 alpha-2 code, alpha-3 code, or name of the country to be retrieved"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "956e3faa-06fe-4745-b947-7025fdf01a45",
          "name": "List a Country's Provinces",
          "request": {
            "name": "List a Country's Provinces",
            "description": {
              "content": "Retrieves a list of provinces for a given country",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "locales",
                "countries",
                ":country_code",
                "provinces"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "country_code",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "ade8c751-0e9b-4220-8b9e-0bc1820f46a2",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code",
                    "provinces"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"provinces\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e9ae70bf-b4fb-4200-9e22-2bfb9fafb55f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code",
                    "provinces"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c2c5d9a-984a-4ca9-8e91-0c14d518c527",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code",
                    "provinces"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b8804b87-b3dd-460a-bb14-624bff04e698",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code",
                    "provinces"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3cb85a44-209e-4efd-a0ba-bceda5c210e9",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code",
                    "provinces"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "410638e0-6a4c-49f3-a9ae-c229fada9532",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code",
                    "provinces"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eb55fe4f-2aa7-4fb9-9901-88b5392eab97",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code",
                    "provinces"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40c469e8-121f-45b7-a0dd-1c9cc7a4c526",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code",
                    "provinces"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "79b9e63b-da19-4274-b216-d3efef40c44a",
          "name": "Get Province",
          "request": {
            "name": "Get Province",
            "description": {
              "content": "Get a province by its code or name",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "locales",
                "countries",
                ":country_code",
                "provinces",
                ":province_code"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "country_code",
                  "description": "(Required) The ISO 3166-1 alpha-2 code, alpha-3 code, or name of the country to be retrieved"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "province_code",
                  "description": "(Required) The ISO 3166-2 code or name of the province to be retrieved"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "eb272c92-723e-4df3-b3ad-e9dac45bd2bc",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code",
                    "provinces",
                    ":province_code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) The ISO 3166-1 alpha-2 code, alpha-3 code, or name of the country to be retrieved"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "province_code",
                      "description": "(Required) The ISO 3166-2 code or name of the province to be retrieved"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": \"string\",\n  \"name\": \"string\",\n  \"country\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5131c22-bb9d-460c-b496-bb3fa0a046df",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code",
                    "provinces",
                    ":province_code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) The ISO 3166-1 alpha-2 code, alpha-3 code, or name of the country to be retrieved"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "province_code",
                      "description": "(Required) The ISO 3166-2 code or name of the province to be retrieved"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "63f1fed2-677c-4244-b677-fed1140431a1",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code",
                    "provinces",
                    ":province_code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) The ISO 3166-1 alpha-2 code, alpha-3 code, or name of the country to be retrieved"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "province_code",
                      "description": "(Required) The ISO 3166-2 code or name of the province to be retrieved"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b0ba890-85a4-41d1-b54e-4ee579fe57cc",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code",
                    "provinces",
                    ":province_code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) The ISO 3166-1 alpha-2 code, alpha-3 code, or name of the country to be retrieved"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "province_code",
                      "description": "(Required) The ISO 3166-2 code or name of the province to be retrieved"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b1d66ed8-f1b5-4dd2-b570-98af5a725e0c",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code",
                    "provinces",
                    ":province_code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) The ISO 3166-1 alpha-2 code, alpha-3 code, or name of the country to be retrieved"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "province_code",
                      "description": "(Required) The ISO 3166-2 code or name of the province to be retrieved"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3d856db6-f045-4638-8c16-42be6f66e243",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code",
                    "provinces",
                    ":province_code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) The ISO 3166-1 alpha-2 code, alpha-3 code, or name of the country to be retrieved"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "province_code",
                      "description": "(Required) The ISO 3166-2 code or name of the province to be retrieved"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35e05f45-ac8d-40da-9406-6e50994587ff",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code",
                    "provinces",
                    ":province_code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) The ISO 3166-1 alpha-2 code, alpha-3 code, or name of the country to be retrieved"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "province_code",
                      "description": "(Required) The ISO 3166-2 code or name of the province to be retrieved"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6dfa6a7b-c40a-4699-8c8c-bf34a95df24f",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "locales",
                    "countries",
                    ":country_code",
                    "provinces",
                    ":province_code"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "country_code",
                      "description": "(Required) The ISO 3166-1 alpha-2 code, alpha-3 code, or name of the country to be retrieved"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "province_code",
                      "description": "(Required) The ISO 3166-2 code or name of the province to be retrieved"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "99b56738-86c4-481d-a216-7c0aab13928b",
      "name": "Merchants",
      "description": {
        "content": "Merchants endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "679c62d6-ed19-4454-bcb5-123f163ef645",
          "name": "List Merchant accounts",
          "request": {
            "name": "List Merchant accounts",
            "description": {
              "content": "Retrieves a list of Merchant accounts",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "merchants"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `id`\n- (String) `name`\n- (String) `type`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=id%3D%3D123`\n- `filter=name%3D%3Dabc`\n- `filter=id%3D%3D123%3Bname%3D%3Dabc`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `id`\n- `name`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "b5ffd95b-8000-43e4-ac01-a370ccc40d63",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "merchants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"default_merchant_account_id\": \"string\",\n  \"merchant_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "827ff29e-e316-4dfd-9542-84cb090997e4",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "merchants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ae73dea-2e5f-4c66-869e-998602323de6",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "merchants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5f1c579-b506-4a73-a90e-79b1f6b958e8",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "merchants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7468bc72-35f6-409f-a475-2412c0553b1f",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "merchants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6c68c1e-818a-420f-b6c5-51378f5b3fa9",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "merchants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e4dacf95-692f-4ee9-bc60-3c3a8d2f35ca",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "merchants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5379558e-65da-4eb7-b59a-2bbdca469e91",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "merchants"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "3a813727-cb05-4f3d-9a09-1e2a2fd399b9",
      "name": "Note",
      "description": {
        "content": "Note endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "376adfab-c624-4f93-bd53-bb3c240f61f7",
          "name": "Create Note Custom Field",
          "request": {
            "name": "Create Note Custom Field",
            "description": {
              "content": "Creates a custom field of the specified type and options to the Note object<br/>Note: Custom Fields for Tasks, Classic Appointments and Notes are combined.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "notes",
                "model",
                "customFields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"field_type\": \"DROPDOWN\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "86b1c633-ae46-4946-9fc3-49fd334eaae2",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"record_type\": \"TASK_NOTE_APPOINTMENT\",\n  \"field_type\": \"USER\",\n  \"default_value\": \"string\",\n  \"group_id\": \"string\",\n  \"field_name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6407555e-3d6e-4889-9fed-0dc704261ad3",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a37a27e8-18de-426f-8d34-aaeca2823872",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3e0f06e3-b83c-4648-a0e9-74a7f6aaa215",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d164d7dd-7011-4fab-b541-d5de2cb4fc78",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6896da4d-cc4b-4c2e-8482-3cf573b0a996",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23956f9c-513c-4428-b983-f48292eaf7d3",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1f68012f-3b48-48f9-913b-25a5882cd383",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fae99e9a-6521-40e9-96e3-8ef303ff0b84",
          "name": "List Notes",
          "request": {
            "name": "List Notes",
            "description": {
              "content": "Retrieves a list of Notes",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts",
                ":contact_id",
                "notes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `assigned_to_user_id`\n- (String) `title`\n- (String) `since_time`\n- (String) `until_time`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=assigned_to_user_id%3D%3DUserId`\n- `filter=title%3D%3DexpectedTitle`\n- `filter=since_time%3D%3D2025-04-16T20:33:02.321Z;`\n- `filter=until_time%3D%3D2025-08-16T20:33:02.321Z;`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `id`\n- `create_time`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "contact_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "20125834-ce7e-4b16-816b-659b8f85b354",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"notes\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7639cea8-e083-4e09-b8cd-19db62344e5c",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "43e1e8ef-b7dd-4dcb-ab44-d5acb45616f0",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3e4da0d3-d706-41f5-a79a-32b81b9fcd38",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "71a76bdc-383b-4a54-8b23-7865cf505af0",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0175ecf3-fe2b-4901-ae34-0d093e3d273b",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "015d5b43-042c-4e2d-976e-ded830e011a4",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a8815d80-b267-44c4-9896-a9e467236361",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1f2dc6bb-2a2d-453a-9961-9506edd9608c",
          "name": "Create a Note",
          "request": {
            "name": "Create a Note",
            "description": {
              "content": "Creates a new Note.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts",
                ":contact_id",
                "notes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "contact_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"user_id\": \"string\",\n  \"title\": \"Follow-up Meeting\",\n  \"text\": \"Discussed pricing for contract renewal\",\n  \"type\": \"Call\",\n  \"is_pinned\": false\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "bdf5df63-c08c-4084-ac8b-230cb58ed26b",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_id\": \"string\",\n  \"title\": \"Follow-up Meeting\",\n  \"text\": \"Discussed pricing for contract renewal\",\n  \"type\": \"Call\",\n  \"is_pinned\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"text\": \"Called about the Q3 proposal\",\n  \"title\": \"Sales Call\",\n  \"type\": \"Call\",\n  \"contact_id\": \"string\",\n  \"assigned_to_user\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"given_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"family_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\",\n  \"last_updated_by_user_id\": \"string\",\n  \"pinned_at\": \"2024-02-18T16:45:00Z\",\n  \"created_by_user_id\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cfe927a0-9569-4048-a01c-06d33b85bb1d",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_id\": \"string\",\n  \"title\": \"Follow-up Meeting\",\n  \"text\": \"Discussed pricing for contract renewal\",\n  \"type\": \"Call\",\n  \"is_pinned\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc72b621-1f91-4b26-8467-d710eb304cba",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_id\": \"string\",\n  \"title\": \"Follow-up Meeting\",\n  \"text\": \"Discussed pricing for contract renewal\",\n  \"type\": \"Call\",\n  \"is_pinned\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b211dca1-9031-4713-811e-1f8ddd3a6a95",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_id\": \"string\",\n  \"title\": \"Follow-up Meeting\",\n  \"text\": \"Discussed pricing for contract renewal\",\n  \"type\": \"Call\",\n  \"is_pinned\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "753ee6be-f798-424b-8a6c-4c1030aefb71",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_id\": \"string\",\n  \"title\": \"Follow-up Meeting\",\n  \"text\": \"Discussed pricing for contract renewal\",\n  \"type\": \"Call\",\n  \"is_pinned\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2962624e-a3b6-4cbb-9caf-4e8b7c871cbf",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_id\": \"string\",\n  \"title\": \"Follow-up Meeting\",\n  \"text\": \"Discussed pricing for contract renewal\",\n  \"type\": \"Call\",\n  \"is_pinned\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0eef2b23-7fba-4a40-b439-96b79c4a312b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_id\": \"string\",\n  \"title\": \"Follow-up Meeting\",\n  \"text\": \"Discussed pricing for contract renewal\",\n  \"type\": \"Call\",\n  \"is_pinned\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1db439cf-f7c8-4aa6-8518-54be2833e609",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_id\": \"string\",\n  \"title\": \"Follow-up Meeting\",\n  \"text\": \"Discussed pricing for contract renewal\",\n  \"type\": \"Call\",\n  \"is_pinned\": false\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0c202ff0-879c-4271-aedc-d046c7e6bca7",
          "name": "Update Notes Custom Field",
          "request": {
            "name": "Update Notes Custom Field",
            "description": {
              "content": "Updates a custom field of the specified type and options to the Note object<br/>Note: Custom Fields for Tasks, Classic Appointments and Notes are combined.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "notes",
                "model",
                "customFields",
                ":custom_field_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "custom_field_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "a62bcadf-6949-4feb-a183-a9f3ba7756c1",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"record_type\": \"TASK_NOTE_APPOINTMENT\",\n  \"field_type\": \"USER\",\n  \"default_value\": \"string\",\n  \"group_id\": \"string\",\n  \"field_name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "54e50c8a-b398-4150-9dd9-a2bc0887aef2",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f0f63d6a-d552-4e5c-ba54-827541b49a60",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f67d54ff-97b0-48ec-92e3-35018d5e389d",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe010241-aff0-4292-8e7a-6b0a02fdb323",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6fd9cf72-aa7b-4515-96e4-b0cf2468a110",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fae201a1-f903-40f8-bee8-a5657505d081",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "413867e7-bf0a-4949-a1a7-8985df7fb8fd",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1b300ffe-4c61-4fa1-ae77-bc561cb3e9f9",
          "name": "Retrieve a Note",
          "request": {
            "name": "Retrieve a Note",
            "description": {
              "content": "Retrieves the specified Note",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts",
                ":contact_id",
                "notes",
                ":note_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "contact_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "note_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "20dbd0b5-a337-48f5-8bf4-e15b98c4693d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"text\": \"Called about the Q3 proposal\",\n  \"title\": \"Sales Call\",\n  \"type\": \"Call\",\n  \"contact_id\": \"string\",\n  \"assigned_to_user\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"given_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"family_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\",\n  \"last_updated_by_user_id\": \"string\",\n  \"pinned_at\": \"2024-02-18T16:45:00Z\",\n  \"created_by_user_id\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2b5988cd-4ec3-42e4-9f94-06093ed160dc",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "993d76a2-5fc7-48ac-aa62-08d231bc0861",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4cb28a9c-abb9-456c-bbed-64b755c3afbd",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc8d7178-1c84-465e-adb0-d6c18884b2bb",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f01f0045-74ad-40df-909b-1ab9e1742699",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "596eda57-e6a1-42d2-be19-dc66181e914b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "17f23388-d7bb-4fe9-a8e1-4e2a9b683312",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "37c78867-d3aa-4446-a0dd-776be3d8d84f",
          "name": "Delete a Note",
          "request": {
            "name": "Delete a Note",
            "description": {
              "content": "Deletes the specified Note",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts",
                ":contact_id",
                "notes",
                ":note_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "contact_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "note_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "c6955838-2d9b-49a9-9d15-66d1c8e07ba0",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c2a3cdaf-9b6c-48b9-89c4-852de82136f5",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4ad2255c-6516-45a5-9870-ed31060861af",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "74d51742-896a-4df8-ab81-21b4a26e97fa",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd2dd0ee-f0a0-41da-b3d7-116a66c9cd7f",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2401b602-a6ed-4879-a7b0-89d091c4ce76",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ae90f491-0bd3-4ab5-beb5-bd0886c732b7",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a51c9058-1755-4d87-921b-725879372243",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8ee18e4c-474b-49d9-9555-df6cd1ff8788",
          "name": "Update a Note",
          "request": {
            "name": "Update a Note",
            "description": {
              "content": "Updates a Note for a Contact",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts",
                ":contact_id",
                "notes",
                ":note_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "contact_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "note_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"user_id\": \"string\",\n  \"title\": \"Follow-up Meeting\",\n  \"text\": \"Discussed pricing for contract renewal\",\n  \"type\": \"Call\",\n  \"is_pinned\": false,\n  \"contact_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "0ff3c06d-bf76-4529-ac0b-b98cf07bd5ee",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_id\": \"string\",\n  \"title\": \"Follow-up Meeting\",\n  \"text\": \"Discussed pricing for contract renewal\",\n  \"type\": \"Call\",\n  \"is_pinned\": false,\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"text\": \"Called about the Q3 proposal\",\n  \"title\": \"Sales Call\",\n  \"type\": \"Call\",\n  \"contact_id\": \"string\",\n  \"assigned_to_user\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"given_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"family_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\",\n  \"last_updated_by_user_id\": \"string\",\n  \"pinned_at\": \"2024-02-18T16:45:00Z\",\n  \"created_by_user_id\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "213d72c5-94e3-47f2-98b6-aa134cce3919",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_id\": \"string\",\n  \"title\": \"Follow-up Meeting\",\n  \"text\": \"Discussed pricing for contract renewal\",\n  \"type\": \"Call\",\n  \"is_pinned\": false,\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9f21e79f-e6d8-4e46-a532-5ef75b698b2c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_id\": \"string\",\n  \"title\": \"Follow-up Meeting\",\n  \"text\": \"Discussed pricing for contract renewal\",\n  \"type\": \"Call\",\n  \"is_pinned\": false,\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "787417be-5768-47c7-b72a-d492fdae6f18",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_id\": \"string\",\n  \"title\": \"Follow-up Meeting\",\n  \"text\": \"Discussed pricing for contract renewal\",\n  \"type\": \"Call\",\n  \"is_pinned\": false,\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0fbe6939-1f50-400a-a4d5-a1d14f834112",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_id\": \"string\",\n  \"title\": \"Follow-up Meeting\",\n  \"text\": \"Discussed pricing for contract renewal\",\n  \"type\": \"Call\",\n  \"is_pinned\": false,\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "24c62c33-60f9-4e75-8c49-bd032643da40",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_id\": \"string\",\n  \"title\": \"Follow-up Meeting\",\n  \"text\": \"Discussed pricing for contract renewal\",\n  \"type\": \"Call\",\n  \"is_pinned\": false,\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bd0dca0e-f73e-473c-9ab2-8bbda0c35d42",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_id\": \"string\",\n  \"title\": \"Follow-up Meeting\",\n  \"text\": \"Discussed pricing for contract renewal\",\n  \"type\": \"Call\",\n  \"is_pinned\": false,\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "768660fc-f1e3-472f-ad18-5a45b12e2671",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "notes",
                    ":note_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "note_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"user_id\": \"string\",\n  \"title\": \"Follow-up Meeting\",\n  \"text\": \"Discussed pricing for contract renewal\",\n  \"type\": \"Call\",\n  \"is_pinned\": false,\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d0812719-ca0d-4438-8d8b-e7b72b50312e",
          "name": "Retrieve Note Templates",
          "request": {
            "name": "Retrieve Note Templates",
            "description": {
              "content": "Retrieves a list of Note Templates",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "notes",
                "templates"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Search filter to apply to results"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items by. E.g. `given_name desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "af97658f-8698-466f-9851-20ad346c7149",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"note_templates\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "24eb565b-ee39-4056-860a-436dd16db45e",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "711ebc53-e783-43d8-a6a5-da923e74f748",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c8bda7f5-8d93-4e57-a857-962a73c929bc",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "daccf4a4-aed1-4a47-875d-25e3b98ce2c4",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6a6d5e9e-8ff0-4cdb-98c2-c78712aa547e",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "437333f9-57b1-4e55-9b3d-07a842e2f612",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "22672ebc-f1b4-432a-a2ea-171e8c82fcbf",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "templates"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7545b82b-5871-4fce-85c2-ffe21c811e51",
          "name": "Retrieve Note Model",
          "request": {
            "name": "Retrieve Note Model",
            "description": {
              "content": "Gets the custom fields for the Note object<br/>Note: Custom Fields for Tasks, Classic Appointments and Notes are combined.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "notes",
                "model"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "a54efe7a-7544-40a4-9b00-5a887cd18ea4",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"optional_properties\": [\n    \"string\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b994fd6c-3794-46fc-beef-91aeee39fb5a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a0e34a4c-3c25-453b-959d-c26693c4c9df",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "292ebf1e-9f8c-443f-803c-5704b5c1796e",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "197c24a7-d72c-4862-ac80-7dc51513833b",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "817651e8-3a3a-46e7-bff4-245e8c2c2712",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e43b9b65-223e-471f-9535-7a55dc6ba727",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb89d69c-d85f-411e-994a-819b37335537",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "notes",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "7e44633e-380f-463d-b202-9ba86bf252eb",
      "name": "Opportunity",
      "description": {
        "content": "Opportunity endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "950b1946-055f-441c-ae68-5ca9c1b96379",
          "name": "List Opportunities",
          "request": {
            "name": "List Opportunities",
            "description": {
              "content": "Retrieves a list of all Opportunities.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "opportunities"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `stage_id`\n- (String) `user_id`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to opportunities items.\nOne of the following fields:\n- `next_action_time`\n- `contact_name`\n- `opportunity_name`\n- `created_time`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                },
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "string"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "51b08642-55da-4b38-921b-37cbafbe014e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"opportunities\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "889e635d-8d3a-4e21-8542-0f0038627658",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c8786da2-faf4-46c6-8143-bc490f2afbd9",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1d48fe49-41ac-44cb-a520-581153dddf43",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "24945cd1-a741-497f-aa0e-62a232ace5cf",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "124eb04d-e3bb-46b9-baaa-8648dfff73d3",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a0cc5daf-35cf-4647-b773-a99eee383f97",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "acf627ac-7aaf-4875-aa18-159f3192ff28",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4b52c2c8-1144-4c7a-b2f4-93151d8cfb59",
          "name": "Create an Opportunity",
          "request": {
            "name": "Create an Opportunity",
            "description": {
              "content": "Creates a new opportunity as the authenticated user.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "opportunities"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"opportunity_title\": \"New Business Deal\",\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Schedule demo call\",\n  \"opportunity_notes\": \"Prospect from website inquiry\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"contact_id\": \"string\",\n  \"stage_id\": \"string\",\n  \"user_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"affiliate_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "6937d3a9-3da4-4f29-8239-dd5e2d70b57e",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opportunity_title\": \"New Business Deal\",\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Schedule demo call\",\n  \"opportunity_notes\": \"Prospect from website inquiry\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"contact_id\": \"string\",\n  \"stage_id\": \"string\",\n  \"user_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"affiliate_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"contact\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"job_title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone_number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"opportunity_title\": \"New Business Deal\",\n  \"stage\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"details\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reasons\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"id\": \"string\",\n  \"user\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Follow up with decision maker\",\n  \"opportunity_notes\": \"High-value prospect from trade show\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"created_time\": \"2024-01-10T08:00:00Z\",\n  \"last_updated_time\": \"2024-03-15T14:30:00Z\",\n  \"affiliate_id\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "64a2661e-13a3-4cde-82d8-ec8403de7471",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opportunity_title\": \"New Business Deal\",\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Schedule demo call\",\n  \"opportunity_notes\": \"Prospect from website inquiry\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"contact_id\": \"string\",\n  \"stage_id\": \"string\",\n  \"user_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"affiliate_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db2f2bf7-afd3-4cfd-84c0-ba78350d9935",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opportunity_title\": \"New Business Deal\",\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Schedule demo call\",\n  \"opportunity_notes\": \"Prospect from website inquiry\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"contact_id\": \"string\",\n  \"stage_id\": \"string\",\n  \"user_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"affiliate_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2265bbbb-2d17-40bb-9068-bacbf9ee3721",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opportunity_title\": \"New Business Deal\",\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Schedule demo call\",\n  \"opportunity_notes\": \"Prospect from website inquiry\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"contact_id\": \"string\",\n  \"stage_id\": \"string\",\n  \"user_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"affiliate_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d27f88ca-cb6c-41c7-9d09-36af94e3cfc5",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opportunity_title\": \"New Business Deal\",\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Schedule demo call\",\n  \"opportunity_notes\": \"Prospect from website inquiry\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"contact_id\": \"string\",\n  \"stage_id\": \"string\",\n  \"user_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"affiliate_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ef2bf551-c9a3-4aed-8d1a-235bb3af972a",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opportunity_title\": \"New Business Deal\",\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Schedule demo call\",\n  \"opportunity_notes\": \"Prospect from website inquiry\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"contact_id\": \"string\",\n  \"stage_id\": \"string\",\n  \"user_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"affiliate_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "340cf6ea-b69e-41e1-9e07-c813f0d3be05",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opportunity_title\": \"New Business Deal\",\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Schedule demo call\",\n  \"opportunity_notes\": \"Prospect from website inquiry\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"contact_id\": \"string\",\n  \"stage_id\": \"string\",\n  \"user_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"affiliate_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8d2a0723-f58c-4c5c-b7a6-6b37bd829a25",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opportunity_title\": \"New Business Deal\",\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Schedule demo call\",\n  \"opportunity_notes\": \"Prospect from website inquiry\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"contact_id\": \"string\",\n  \"stage_id\": \"string\",\n  \"user_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"affiliate_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e111b6dd-46a2-4b7a-8aa8-e47c84a56bb3",
          "name": "List of Opportunity Stages",
          "request": {
            "name": "List of Opportunity Stages",
            "description": {
              "content": "Retrieves a list of Opportunity Stages.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "opportunities",
                "stages"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Search filter to apply to results"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order stage items.\nOne of the following fields:\n- `stage_order`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "6efd05ee-aa99-4e8a-bbef-ed3ac5f8ffb4",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"stages\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0afd72e2-79fc-41d2-8cd3-d8c77abfa501",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "017d6395-f740-4713-92a4-9fe07af81a44",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a1c9dab4-9610-4a51-a766-eed0844652e5",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "62265601-95ca-4790-b5dc-1388f5724a34",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6278bcd0-8679-4d09-ae38-3ee5747ee220",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3df1a8fa-cda1-4a22-9568-423a6a3d027f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73aedaed-1c01-407b-be0a-54eb632f6615",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e1d25a28-911a-4176-bff5-5f92c897ae16",
          "name": "Create an Opportunity Stage",
          "request": {
            "name": "Create an Opportunity Stage",
            "description": {
              "content": "Creates a new Opportunity Stage",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "opportunities",
                "stages"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Won\",\n  \"order\": 5,\n  \"probability\": 42,\n  \"target_number_days\": 10,\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "b4eaa99c-577c-4ffe-b02c-aac7c9aa37b9",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Won\",\n  \"order\": 5,\n  \"probability\": 42,\n  \"target_number_days\": 10,\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Qualified\",\n  \"order\": 2,\n  \"target_number_days\": 14,\n  \"probability\": 50,\n  \"created_time\": \"2024-01-10T08:00:00Z\",\n  \"updated_time\": \"2024-03-15T10:30:00Z\",\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "688b2d83-aa68-4ce3-a58c-1f948fc64c9a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Won\",\n  \"order\": 5,\n  \"probability\": 42,\n  \"target_number_days\": 10,\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9f6f444d-7623-4cbd-9bad-448d624b0e6f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Won\",\n  \"order\": 5,\n  \"probability\": 42,\n  \"target_number_days\": 10,\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c88289d7-58f9-42ca-8573-3ece9739030a",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Won\",\n  \"order\": 5,\n  \"probability\": 42,\n  \"target_number_days\": 10,\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3c71faf1-a16a-4528-a655-a57636979896",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Won\",\n  \"order\": 5,\n  \"probability\": 42,\n  \"target_number_days\": 10,\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e0a69050-875e-4ae6-8436-425aad20bf21",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Won\",\n  \"order\": 5,\n  \"probability\": 42,\n  \"target_number_days\": 10,\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0d36ad5-51db-4051-bfd6-6a28de477607",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Won\",\n  \"order\": 5,\n  \"probability\": 42,\n  \"target_number_days\": 10,\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44fa023c-046c-49f8-8a33-de748a448bcb",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Won\",\n  \"order\": 5,\n  \"probability\": 42,\n  \"target_number_days\": 10,\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "89b967f0-49dc-43bf-b1b9-60563069aad6",
          "name": "Create an Opportunity Custom Field",
          "request": {
            "name": "Create an Opportunity Custom Field",
            "description": {
              "content": "Creates a custom field of the specified type and options to the Opportunity object",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "opportunities",
                "model",
                "customFields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"field_type\": \"DROPDOWN\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "32b0ed7d-793b-45ae-93ff-4a95ea95fbd1",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"record_type\": \"TASK_NOTE_APPOINTMENT\",\n  \"field_type\": \"USER\",\n  \"default_value\": \"string\",\n  \"group_id\": \"string\",\n  \"field_name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dbb15d34-0e9c-46d9-a54c-e711fd13b4bb",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "36dac00a-d7c8-42a8-aa96-7efaded05640",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28af6b84-3dc8-4441-b97a-c78d00afaf0b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "22e4471a-9c1a-47a4-a626-2775444012d8",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fe538cb5-ae6c-4016-b9a9-55e9ba9793b3",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5ef49af9-bdbe-4802-b8d3-68aa48f8b176",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30c2416d-abaa-4735-8099-b9fd7b6ab078",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0d55d030-6207-40e8-93a7-e50df374fb93",
          "name": "Retrieve a Opportunity",
          "request": {
            "name": "Retrieve a Opportunity",
            "description": {
              "content": "Retrieves the specified Opportunity",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "opportunities",
                ":opportunity_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "opportunity_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "fa1d146b-2f43-4398-9ee8-3eebf97a8adc",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"contact\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"job_title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone_number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"opportunity_title\": \"New Business Deal\",\n  \"stage\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"details\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reasons\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"id\": \"string\",\n  \"user\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Follow up with decision maker\",\n  \"opportunity_notes\": \"High-value prospect from trade show\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"created_time\": \"2024-01-10T08:00:00Z\",\n  \"last_updated_time\": \"2024-03-15T14:30:00Z\",\n  \"affiliate_id\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3ac252aa-6e88-4a29-86a1-f4ef0982eb3a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92c22452-0228-4c89-944d-09c819b144bf",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d99c85b-d113-43b9-a27b-72fd1bf36824",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9cb1781a-6950-410e-ab4c-544da1b80386",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8edda990-c2a6-4d5a-8240-97205912b4c1",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d54a74fb-19b7-4074-b36a-05a0349d48a0",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ce9185d8-d628-479d-9f62-ba906f89aea7",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1f9e5dca-5b2f-42eb-ac8b-efa3319c9b41",
          "name": "Delete an Opportunity",
          "request": {
            "name": "Delete an Opportunity",
            "description": {
              "content": "Deletes the specified Opportunity",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "opportunities",
                ":opportunity_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "opportunity_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "e474fc9d-de70-4b80-b8e6-ade4db2c1a98",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "af7f501d-2b73-4386-9cd4-89333cd868da",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2c597f69-8bd3-47d2-90a7-432a8f95676b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ead6d4f3-0b11-46ae-b33a-1e02e0464cc0",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1cf6fae0-97b0-4ad7-8661-e24b9bdcad80",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed3a4e72-18fe-4a3b-836b-9c8e096767f6",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "19ce77a3-3dd6-452f-8d43-de3faf17c6aa",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39961e85-bb1e-468b-bd47-10c1856f0f00",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "e198021e-7396-4837-9677-32bd7a4d8316",
          "name": "Update an opportunity",
          "request": {
            "name": "Update an opportunity",
            "description": {
              "content": "Updates specified values of a given opportunity",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "opportunities",
                ":opportunity_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "opportunity_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"opportunity_title\": \"New Business Deal\",\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Schedule demo call\",\n  \"opportunity_notes\": \"Prospect from website inquiry\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"contact_id\": \"string\",\n  \"stage_id\": \"string\",\n  \"user_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"affiliate_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "21610a34-37c4-486b-be06-8dd50b3b73a1",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opportunity_title\": \"New Business Deal\",\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Schedule demo call\",\n  \"opportunity_notes\": \"Prospect from website inquiry\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"contact_id\": \"string\",\n  \"stage_id\": \"string\",\n  \"user_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"affiliate_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"contact\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"job_title\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone_number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"opportunity_title\": \"New Business Deal\",\n  \"stage\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"details\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"reasons\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"id\": \"string\",\n  \"user\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Follow up with decision maker\",\n  \"opportunity_notes\": \"High-value prospect from trade show\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"created_time\": \"2024-01-10T08:00:00Z\",\n  \"last_updated_time\": \"2024-03-15T14:30:00Z\",\n  \"affiliate_id\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78c376d3-c1e9-440c-9076-ed0c26dd05f7",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opportunity_title\": \"New Business Deal\",\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Schedule demo call\",\n  \"opportunity_notes\": \"Prospect from website inquiry\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"contact_id\": \"string\",\n  \"stage_id\": \"string\",\n  \"user_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"affiliate_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9de627b-a1d8-41dd-a3ca-201b6bee8512",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opportunity_title\": \"New Business Deal\",\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Schedule demo call\",\n  \"opportunity_notes\": \"Prospect from website inquiry\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"contact_id\": \"string\",\n  \"stage_id\": \"string\",\n  \"user_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"affiliate_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "753d919c-b0c7-4966-817b-dd82af34ecae",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opportunity_title\": \"New Business Deal\",\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Schedule demo call\",\n  \"opportunity_notes\": \"Prospect from website inquiry\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"contact_id\": \"string\",\n  \"stage_id\": \"string\",\n  \"user_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"affiliate_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e933774a-5a55-421e-af83-26a96df6b816",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opportunity_title\": \"New Business Deal\",\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Schedule demo call\",\n  \"opportunity_notes\": \"Prospect from website inquiry\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"contact_id\": \"string\",\n  \"stage_id\": \"string\",\n  \"user_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"affiliate_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d6479674-52df-4f95-a38c-6071f6297857",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opportunity_title\": \"New Business Deal\",\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Schedule demo call\",\n  \"opportunity_notes\": \"Prospect from website inquiry\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"contact_id\": \"string\",\n  \"stage_id\": \"string\",\n  \"user_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"affiliate_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9580ef6-3bd0-498e-85c7-85d1c59bc3d1",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opportunity_title\": \"New Business Deal\",\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Schedule demo call\",\n  \"opportunity_notes\": \"Prospect from website inquiry\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"contact_id\": \"string\",\n  \"stage_id\": \"string\",\n  \"user_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"affiliate_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ddff18ea-31d4-434f-850f-ccaecfc4f84a",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    ":opportunity_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "opportunity_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"opportunity_title\": \"New Business Deal\",\n  \"next_action_time\": \"2024-03-20T10:00:00Z\",\n  \"next_action_notes\": \"Schedule demo call\",\n  \"opportunity_notes\": \"Prospect from website inquiry\",\n  \"estimated_close_time\": \"2024-04-15T00:00:00Z\",\n  \"include_in_forecast\": true,\n  \"projected_revenue_low\": 5000,\n  \"projected_revenue_high\": 10000,\n  \"contact_id\": \"string\",\n  \"stage_id\": \"string\",\n  \"user_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"affiliate_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f23e5832-7466-4b11-ab5c-1025f9d30d17",
          "name": "Retrieve an Opportunity Stage",
          "request": {
            "name": "Retrieve an Opportunity Stage",
            "description": {
              "content": "Retrieves the specified Opportunity Stage",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "opportunities",
                "stages",
                ":stage_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "stage_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "eda11940-1167-459a-b23a-40e7d412f7a1",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Qualified\",\n  \"order\": 2,\n  \"target_number_days\": 14,\n  \"probability\": 50,\n  \"created_time\": \"2024-01-10T08:00:00Z\",\n  \"updated_time\": \"2024-03-15T10:30:00Z\",\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c8ec5358-c768-4990-93e2-d27ea5bddfee",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a7b4a82-9a80-40ac-bf07-bf147d7e69ba",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b2d853c5-11cc-4c17-8846-801266830041",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "96cccc89-6065-4b2d-a66e-4c7073477a3c",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e4fad06a-5e53-4a08-9a8c-477a7d00a06b",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff611c5c-3bdc-458e-8d2c-9914c9267a61",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8ca69ce-7744-437b-a6ad-7706dbb81194",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "66b48261-c5ae-4ed0-b949-9d75ea698d4f",
          "name": "Delete an Opportunity Stage",
          "request": {
            "name": "Delete an Opportunity Stage",
            "description": {
              "content": "Deletes the specified Opportunity Stage",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "opportunities",
                "stages",
                ":stage_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "stage_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "d6b6bdd0-a1ae-4b60-82cd-f1e73815b9fb",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3841a189-0282-4879-baef-df0e32253432",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1287efeb-fb25-4ec9-b883-1219fa3998ed",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9fe6c4e-5c0e-4066-a13b-ad982753ac64",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f5937348-e860-4c50-af40-bd55f8647d4f",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3033bf27-933c-4b36-9d12-79117f44a534",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a1ef0c96-317c-4d12-af9c-affbd74aee24",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "136511ab-67c6-44e4-8946-c0634519d1d0",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d39e3fc4-3e36-411e-8b02-7a49dba33b68",
          "name": "Update an Opportunity Stage",
          "request": {
            "name": "Update an Opportunity Stage",
            "description": {
              "content": "Updates specified values of a given Opportunity Stage",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "opportunities",
                "stages",
                ":stage_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "stage_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Qualified\",\n  \"order\": 6158,\n  \"probability\": 2,\n  \"target_number_days\": 1074,\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "6ee72dd9-1d55-4fcb-9ee7-d6df0102cbbf",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Qualified\",\n  \"order\": 3062,\n  \"probability\": 2,\n  \"target_number_days\": 3339,\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Qualified\",\n  \"order\": 2,\n  \"target_number_days\": 14,\n  \"probability\": 50,\n  \"created_time\": \"2024-01-10T08:00:00Z\",\n  \"updated_time\": \"2024-03-15T10:30:00Z\",\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fc56fab2-ce10-48ba-95f6-89b8a44081e8",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Qualified\",\n  \"order\": 3062,\n  \"probability\": 2,\n  \"target_number_days\": 3339,\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8dbbcb7a-7f9c-47ef-8ee8-bbb8d0051602",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Qualified\",\n  \"order\": 3062,\n  \"probability\": 2,\n  \"target_number_days\": 3339,\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eb5ac7d4-2a7d-45ac-9103-0220de447426",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Qualified\",\n  \"order\": 3062,\n  \"probability\": 2,\n  \"target_number_days\": 3339,\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "31793dce-44ea-41f6-b7b1-aa0bbde33eb8",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Qualified\",\n  \"order\": 3062,\n  \"probability\": 2,\n  \"target_number_days\": 3339,\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "16112b0e-fdd5-4737-8815-d762d76aa7cc",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Qualified\",\n  \"order\": 3062,\n  \"probability\": 2,\n  \"target_number_days\": 3339,\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "80b9e20c-f31e-45f5-9e11-975730f75b80",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Qualified\",\n  \"order\": 3062,\n  \"probability\": 2,\n  \"target_number_days\": 3339,\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cee6fe4f-f9d5-4ba0-bf0c-fbb9eec32644",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "stages",
                    ":stage_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "stage_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Qualified\",\n  \"order\": 3062,\n  \"probability\": 2,\n  \"target_number_days\": 3339,\n  \"checklist_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "337779c8-c9d0-4010-abd3-3efd3306a3cc",
          "name": "Update a Opportunity's Custom Field",
          "request": {
            "name": "Update a Opportunity's Custom Field",
            "description": {
              "content": "Updates a custom field of the specified type and options to the Opportunity object.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "opportunities",
                "model",
                "customFields",
                ":custom_field_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "custom_field_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "9f433d1b-2508-4269-9f85-3f88f73ffca0",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"record_type\": \"TASK_NOTE_APPOINTMENT\",\n  \"field_type\": \"USER\",\n  \"default_value\": \"string\",\n  \"group_id\": \"string\",\n  \"field_name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "42145bb9-3d28-489b-a94b-621b3e8105f8",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e8889216-615c-4132-ab6f-aeb65f951e46",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e96e5cab-7302-4ceb-afcb-e8e491531842",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "616b63fb-8070-4c07-a1fb-d5c73c3a9a3b",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2f974960-d4a3-49a3-9bde-106d6ae53ca6",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7cc5ceb8-6c30-430b-b6eb-a31cf8856ced",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "57c4ddfa-068f-4c13-b409-eb72186a7d78",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "opportunities",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "be52b607-7d22-444c-9292-9ed514ff27b4",
      "name": "Order Total Discounts",
      "description": {
        "content": "Order Total Discounts endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "a0bf3b73-b983-4b76-9e55-95abae5abac1",
          "name": "List all Order Total Discounts",
          "request": {
            "name": "List all Order Total Discounts",
            "description": {
              "content": "Retrieves a list of Order Total Discounts",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "orderTotals"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (Boolean) `apply_to_commissions`\n- (DiscountStrategy) `discount_strategy`: GROSS or NET\n- (DiscountType) `discount_type`: AMOUNT or PERCENT\n- (Double) `discount_value`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=apply_to_commissions%3D%3Dtrue`\n- `filter=discount_strategy%3D%3DGROSS`\n- `filter=discount_type%3D%3DAMOUNT`\n- `filter=discount_value%3D%3D10.0`\n- `filter=discount_type%3D%3DAMOUNT%3Bdiscount_strategy%3D%3DNET`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `apply_to_commissions`\n- `discount_strategy`\n- `discount_type`\n- `discount_value`\n- `id`\n- `name`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "1eb68867-ed7b-4655-b855-621fabbc6a53",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"discounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "81137e86-f448-4570-b96a-897012c4974b",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a0a358e-ad38-4ef8-b17a-4aee796701b4",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "df2c1dd9-7e04-41c7-b17f-a3414f266ac4",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c035dd53-224b-42da-b0e1-006bc008ae44",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "999c2fbc-ec3b-4009-b134-ce673b6abeb8",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "95bc3086-bfb3-4ba0-9793-a1e0afe65a8d",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d793844-d228-4482-9626-412607d3176a",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3ecc0dfa-7a1b-4c7b-abd3-063f011765e8",
          "name": "Create an Order Total Discount",
          "request": {
            "name": "Create an Order Total Discount",
            "description": {
              "content": "Creates an Order Total Discount",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "orderTotals"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_strategy\": \"GROSS\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "dd88e372-07af-49eb-9c9e-5f3624d85e76",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_strategy\": \"GROSS\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"discount_strategy\": \"GROSS\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e8f04fdd-4012-40a7-a76f-d59e35f60bf5",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_strategy\": \"GROSS\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "36026f56-ce0e-44db-80d5-0cc2a6af105d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_strategy\": \"GROSS\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9bec00af-be97-4cb5-886a-cabd047a6356",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_strategy\": \"GROSS\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ac41573a-8c7e-4a65-a792-9e8ebe6a2839",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_strategy\": \"GROSS\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "284be726-3869-445b-8ad5-8bb0556d5537",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_strategy\": \"GROSS\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "37c76af2-298b-4ba9-950d-72bd64685b02",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_strategy\": \"GROSS\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "171f0ad1-a7b4-4201-85b1-a57ca4e80884",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_strategy\": \"GROSS\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "679e334c-61e2-4290-a9e4-91c32374c428",
          "name": "Retrieve an Order Total Discount",
          "request": {
            "name": "Retrieve an Order Total Discount",
            "description": {
              "content": "Retrieves an Order Total Discount",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "orderTotals",
                ":discount_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "discount_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "1dde2fef-ed1d-457d-a844-d056506c13a7",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"discount_strategy\": \"GROSS\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e8d60bc-b037-4534-a643-4fd35cf526cc",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a4316c0-e5ad-4d3f-b11a-88a667a1a973",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "07229670-54ad-4b01-97ad-09bce4d58804",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a841119f-ccfa-4d3c-bcc5-c68d976fe1b1",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7c34dc1a-3418-4c70-9d61-0c91341c8355",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e244b627-2e39-4c15-93cb-1f5be99f2bb0",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9a394517-97bb-4947-a772-194fe2d4637a",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8c115231-b147-4a45-9f46-3e3f4bae5bc3",
          "name": "Delete an Order Total Discount",
          "request": {
            "name": "Delete an Order Total Discount",
            "description": {
              "content": "Deletes a specified Order Total Discount",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "orderTotals",
                ":discount_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "discount_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "4440ad20-0a58-4045-98a0-8327b362e2fd",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b843fbb1-ea1a-4637-850f-236cefa992a4",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a99cbf62-15a0-4cc9-b7a0-3686562b9949",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cda7ac6d-5b1d-47ba-a5bb-8bb94058806f",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "85ebb790-8e89-4c49-a650-71f5d2c19a5c",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "09e02853-9a62-4310-9de4-5829a00db549",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40e0cb95-5deb-45ba-b422-192bb8d18df3",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6c5f162b-5055-4e0d-a5b1-11a38948aee7",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b3bc45a8-3e22-41ab-be62-8fa4816cad32",
          "name": "Update an Order Total Discount",
          "request": {
            "name": "Update an Order Total Discount",
            "description": {
              "content": "Updates an Order Total Discount",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "orderTotals",
                ":discount_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "discount_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"discount_strategy\": \"GROSS\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "270296cd-f484-4461-af7f-c74cf0c6fe44",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"discount_strategy\": \"GROSS\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"discount_strategy\": \"GROSS\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "793445b2-9bbc-4e67-a9e3-d984628e85dc",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"discount_strategy\": \"GROSS\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bd3fecd9-597b-42c3-8c73-cb71a3995bf4",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"discount_strategy\": \"GROSS\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d0a41cd8-f936-41f3-b126-a4aeb88b27d7",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"discount_strategy\": \"GROSS\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13535971-c46a-4676-b72e-cda3ca439dd1",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"discount_strategy\": \"GROSS\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1df2bc8e-d967-427f-b734-048b5d64781c",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"discount_strategy\": \"GROSS\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d8fbaf7-2869-481f-962c-3fa119fc5649",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"discount_strategy\": \"GROSS\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7364b8a6-7815-4eb1-97f2-a7c13ba28fdf",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "orderTotals",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Bulk Order Discount\",\n  \"description\": \"$50 off orders over $500\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"discount_type\": \"AMOUNT\",\n  \"discount_value\": 50,\n  \"discount_strategy\": \"GROSS\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "df482bcf-965b-4a91-b562-cb0ae7437d45",
      "name": "Orders",
      "description": {
        "content": "Orders endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "a1cd2687-69a6-464e-b722-1c4204d3bb0c",
          "name": "List orders",
          "request": {
            "name": "List orders",
            "description": {
              "content": "Retrieves a list of orders",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "orders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `id` - Allowable operators: \"==\",\"<=\", \"<\", \">=\", \">\", \"!=\"\n- (List[String]) `ids`\n- (String) `product_id`\n- (String) `contact_id`\n- (String) `invoice_id`\n- (String) `invoice_xid`\n- (Boolean) `paid`\n- (String) `created_since_time`\n- (String) `created_until_time`\n- (String) `modified_since_time`\n- (String) `modified_until_time`\n- (String) `title` - Wildcard matching allowed\n- (String) `order_type` (Allowed values: `ONLINE`, `OFFLINE`)\n- (String) `shipping_locality`\n- (String) `shipping_region_code`\n- (String) `shipping_postal_code`\n- (String) `shipping_country_code`\n\nYou will need to apply the `==` operator (or other supported operators), to check the equality\nof one of the filters with your searched word, in the encoded form `%3D%3D`. For the filters listed above,\nhere are some examples:\n- `filter=product_id%3D%3D123`\n- `filter=id%3C123`\n- `filter=ids%3D%3D1,10,4,24`\n- `filter=invoice_xid%3D%3Df411a79c-9a92-4960-91d9-656f910a25e8`\n- `filter=product_id%3D%3D123%3Bcontact_id%3D%3D567`\n- `filter=title%3D%3DOrder`\n- `filter=order_type%3D%3DONLINE`\n- `filter=shipping_locality%3D%3DPhoenix`\n- `filter=shipping_region_code%3D%3DIN-MH`\n- `filter=shipping_postal_code%3D%3D85001`\n- `filter=shipping_country_code%3D%3DIND`\n\nFor fields which allow wildcard matching, you may use the * wildcard character (or its encoded form %2A)\nfor case-insensitive partial matching on text fields. Example of a valid pattern of wildcard usage:\n- `field==foo*` finds anything in `field` that begins with `foo`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `id`\n- `order_time`\n- `modification_time`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "de9591c7-1c6a-4904-bbaa-4718300f3d8b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"orders\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6722b747-43e7-4151-9369-edef4efe601e",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "74bbb086-7529-45de-99c7-b9c730557b56",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "625143e3-6a4e-4cb7-8aff-2b283e01940b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3435c9c3-991b-49ea-9507-36b4852a0dbe",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "170bb58c-cf28-441a-88c7-a832dd876ade",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "67e71659-3948-4473-a310-3d60ce3c75c0",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3254649e-08d0-401d-ab7e-5c0690514adb",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ee1f3a9c-dd3f-4e07-8842-80037c9b586d",
          "name": "Create an Order",
          "request": {
            "name": "Create an Order",
            "description": {
              "content": "Creates a one time Order with Order items",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "orders"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"contact_id\": \"string\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"order_title\": \"Online Purchase\",\n  \"order_type\": \"ONLINE\",\n  \"notes\": \"Rush delivery requested\",\n  \"terms\": \"Net 30\",\n  \"order_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"promo_codes\": [\n    \"SUMMER20\",\n    \"FREESHIP\"\n  ],\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"middle_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "abe4a4d1-d601-458f-aee3-e3f589abf55e",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"order_title\": \"Online Purchase\",\n  \"order_type\": \"ONLINE\",\n  \"notes\": \"Rush delivery requested\",\n  \"terms\": \"Net 30\",\n  \"order_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"promo_codes\": [\n    \"SUMMER20\",\n    \"FREESHIP\"\n  ],\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"middle_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"title\": \"Online Order #1234\",\n  \"status\": \"PAID\",\n  \"total\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"contact\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"given_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"family_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Customer requested gift wrapping\",\n  \"terms\": \"Net 30\",\n  \"order_type\": \"ONLINE\",\n  \"source_type\": \"API\",\n  \"creation_time\": \"2024-05-21T14:30:00Z\",\n  \"modification_time\": \"2024-05-21T14:30:00Z\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"total_paid\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"total_due\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"shipping_information\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"given_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"family_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone_number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"refund_total\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allow_payment\": true,\n  \"allow_paypal\": false,\n  \"order_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"payment_plan\": {\n    \"days_between_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_of_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"plan_start_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"auto_charge\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"max_charge_attempts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_retries\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_method_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_percent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_plan_items\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"invoice_number\": \"string\",\n  \"files\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"credit_status\": \"APPROVED\",\n  \"promo_code\": \"SUMMER20\",\n  \"refund_status\": \"NONE\",\n  \"synced\": true,\n  \"invoice_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "12b9bf23-2a39-4b68-9d05-f0184a796371",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"order_title\": \"Online Purchase\",\n  \"order_type\": \"ONLINE\",\n  \"notes\": \"Rush delivery requested\",\n  \"terms\": \"Net 30\",\n  \"order_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"promo_codes\": [\n    \"SUMMER20\",\n    \"FREESHIP\"\n  ],\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"middle_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "676834d2-8484-4533-a73f-0ea596a879b5",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"order_title\": \"Online Purchase\",\n  \"order_type\": \"ONLINE\",\n  \"notes\": \"Rush delivery requested\",\n  \"terms\": \"Net 30\",\n  \"order_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"promo_codes\": [\n    \"SUMMER20\",\n    \"FREESHIP\"\n  ],\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"middle_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "125eee14-c72f-4718-8179-e7ea57715836",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"order_title\": \"Online Purchase\",\n  \"order_type\": \"ONLINE\",\n  \"notes\": \"Rush delivery requested\",\n  \"terms\": \"Net 30\",\n  \"order_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"promo_codes\": [\n    \"SUMMER20\",\n    \"FREESHIP\"\n  ],\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"middle_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a6d4d057-d7ca-4a03-be77-bd908cd95a43",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"order_title\": \"Online Purchase\",\n  \"order_type\": \"ONLINE\",\n  \"notes\": \"Rush delivery requested\",\n  \"terms\": \"Net 30\",\n  \"order_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"promo_codes\": [\n    \"SUMMER20\",\n    \"FREESHIP\"\n  ],\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"middle_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d37528d-0cda-4093-9b7b-ee4149b60949",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"order_title\": \"Online Purchase\",\n  \"order_type\": \"ONLINE\",\n  \"notes\": \"Rush delivery requested\",\n  \"terms\": \"Net 30\",\n  \"order_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"promo_codes\": [\n    \"SUMMER20\",\n    \"FREESHIP\"\n  ],\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"middle_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e59487a1-aed5-41f1-9101-8805746e3401",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"order_title\": \"Online Purchase\",\n  \"order_type\": \"ONLINE\",\n  \"notes\": \"Rush delivery requested\",\n  \"terms\": \"Net 30\",\n  \"order_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"promo_codes\": [\n    \"SUMMER20\",\n    \"FREESHIP\"\n  ],\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"middle_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7df13486-f3e4-4b2d-a3c0-fd7586134424",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"order_title\": \"Online Purchase\",\n  \"order_type\": \"ONLINE\",\n  \"notes\": \"Rush delivery requested\",\n  \"terms\": \"Net 30\",\n  \"order_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"promo_codes\": [\n    \"SUMMER20\",\n    \"FREESHIP\"\n  ],\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"middle_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a3fd6bc5-fac8-4fdb-b378-4b0196326e11",
          "name": "Detach a File from an Order Invoice",
          "request": {
            "name": "Detach a File from an Order Invoice",
            "description": {
              "content": "Detaches a File from an Order Invoice",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "orders",
                "{{order_id}}:detachFile"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"file_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "73125be9-e3dd-4608-954e-95bc09bda9fd",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:detachFile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"title\": \"Online Order #1234\",\n  \"status\": \"PAID\",\n  \"total\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"contact\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"given_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"family_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Customer requested gift wrapping\",\n  \"terms\": \"Net 30\",\n  \"order_type\": \"ONLINE\",\n  \"source_type\": \"API\",\n  \"creation_time\": \"2024-05-21T14:30:00Z\",\n  \"modification_time\": \"2024-05-21T14:30:00Z\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"total_paid\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"total_due\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"shipping_information\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"given_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"family_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone_number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"refund_total\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allow_payment\": true,\n  \"allow_paypal\": false,\n  \"order_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"payment_plan\": {\n    \"days_between_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_of_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"plan_start_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"auto_charge\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"max_charge_attempts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_retries\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_method_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_percent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_plan_items\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"invoice_number\": \"string\",\n  \"files\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"credit_status\": \"APPROVED\",\n  \"promo_code\": \"SUMMER20\",\n  \"refund_status\": \"NONE\",\n  \"synced\": true,\n  \"invoice_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc59e54f-c39a-4a37-b707-270a13685352",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:detachFile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b4620c81-8308-4bb4-ba98-c1bb0f5c5f63",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:detachFile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40b4b280-3a7e-4369-9a86-528e64e34517",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:detachFile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1e724f38-dfb4-443d-b3e9-e84c55e6bc32",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:detachFile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56ddfa5e-5357-4b31-98ba-b509d7d40337",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:detachFile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a0a3a308-2c08-42cc-820a-c68b131fc499",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:detachFile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4940133b-508d-48d5-8de6-52d88152469a",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:detachFile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b1b121e1-a342-4cdf-a1ce-0a6386be38dc",
          "name": "Attach a File to an Order Invoice",
          "request": {
            "name": "Attach a File to an Order Invoice",
            "description": {
              "content": "Attaches an uploaded File to an Order Invoice",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "orders",
                "{{order_id}}:attachFile"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"file_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "18bab21b-b705-41d0-8328-34f762704e7c",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:attachFile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"title\": \"Online Order #1234\",\n  \"status\": \"PAID\",\n  \"total\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"contact\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"given_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"family_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Customer requested gift wrapping\",\n  \"terms\": \"Net 30\",\n  \"order_type\": \"ONLINE\",\n  \"source_type\": \"API\",\n  \"creation_time\": \"2024-05-21T14:30:00Z\",\n  \"modification_time\": \"2024-05-21T14:30:00Z\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"total_paid\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"total_due\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"shipping_information\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"given_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"family_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone_number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"refund_total\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allow_payment\": true,\n  \"allow_paypal\": false,\n  \"order_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"payment_plan\": {\n    \"days_between_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_of_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"plan_start_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"auto_charge\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"max_charge_attempts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_retries\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_method_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_percent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_plan_items\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"invoice_number\": \"string\",\n  \"files\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"credit_status\": \"APPROVED\",\n  \"promo_code\": \"SUMMER20\",\n  \"refund_status\": \"NONE\",\n  \"synced\": true,\n  \"invoice_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "204b385f-9cd4-4e83-a748-3b02cef5da9a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:attachFile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "022d60d8-a8e5-44fd-8dc2-97374f4ec8a7",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:attachFile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3e5d14da-b650-41a7-a3d9-d06b7077e09b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:attachFile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "36d0fd46-af99-4160-95cd-16bfc608854d",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:attachFile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "50181a2b-7b21-44f2-a2ed-be577145cec7",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:attachFile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0de678d2-4192-4a6a-9537-7ba90053f798",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:attachFile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fb63a56a-eaa5-49c7-bf15-3e69ec447ae2",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:attachFile"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"file_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "53344c4c-3819-40df-a032-b67862859d80",
          "name": "Apply Taxes on an Order",
          "request": {
            "name": "Apply Taxes on an Order",
            "description": {
              "content": "Calculate taxes for a single Order for a given order id",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "orders",
                "{{order_id}}:applyTax"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null
          },
          "response": [
            {
              "id": "621d325e-8497-43d1-9796-1160cd6386b9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:applyTax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"title\": \"Online Order #1234\",\n  \"status\": \"PAID\",\n  \"total\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"contact\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"given_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"family_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Customer requested gift wrapping\",\n  \"terms\": \"Net 30\",\n  \"order_type\": \"ONLINE\",\n  \"source_type\": \"API\",\n  \"creation_time\": \"2024-05-21T14:30:00Z\",\n  \"modification_time\": \"2024-05-21T14:30:00Z\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"total_paid\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"total_due\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"shipping_information\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"given_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"family_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone_number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"refund_total\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allow_payment\": true,\n  \"allow_paypal\": false,\n  \"order_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"payment_plan\": {\n    \"days_between_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_of_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"plan_start_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"auto_charge\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"max_charge_attempts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_retries\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_method_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_percent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_plan_items\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"invoice_number\": \"string\",\n  \"files\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"credit_status\": \"APPROVED\",\n  \"promo_code\": \"SUMMER20\",\n  \"refund_status\": \"NONE\",\n  \"synced\": true,\n  \"invoice_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fc3b5ad5-2d3e-4cbd-aa01-192555b19f57",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:applyTax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ca3aed9-12a1-4da7-838e-a2c68552ad85",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:applyTax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "367d147d-bf26-47dc-bf88-3b8fb2d7793c",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:applyTax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8db21cfc-907d-4c2b-8dbd-17b012799782",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:applyTax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "99cc5737-8acf-4c3f-96a5-f9d261160080",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:applyTax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5b12eaea-d1d6-4b3d-be19-dcfb208f08e2",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:applyTax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9bf36b03-5f47-4a71-8878-430e614b8fd4",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "{{order_id}}:applyTax"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c5d649e6-72c8-42ed-80bd-937995428d9f",
          "name": "Retrieve Order Payments",
          "request": {
            "name": "Retrieve Order Payments",
            "description": {
              "content": "Retrieves a list of payments made against a given order, including historical or external payments of cash or credit card",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "orders",
                ":order_id",
                "payments"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `invoice_id`\n- (String) `payment_id`\n- (String) `amount`\n- (String) `pay_status`\n- (Boolean) `skip_commission`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\n word, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=payment_id%3D%3D123`\n- `filter=pay_status%3D%3DAPPROVED`\n- `filter=invoice_id%3D%3D456%3Bskip_commission=true`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `invoice_id`\n- `payment_id`\n- `amount`\n- `pay_time`\n- `pay_status`\n- `skip_commission`\n- `last_updated_time`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "order_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "9b0f2d49-cda0-442c-ae78-f01224236e14",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"invoice_order_payments\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9fc43c04-8d7d-47a0-80e2-f9bf1d68f84e",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "38ef3852-be46-4c0c-80ef-13d1e71487cd",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1aba0930-8ab1-49b3-864b-395908923208",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8ab8deee-4703-4012-bd1a-aa4bc0a5551a",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9cdbeea9-ca3e-4a68-8d63-2bf9d85cf110",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "50dbb7ae-fbe5-4dbb-9fca-f6d30f3fd554",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8c33ab0-1324-4000-abac-4c36905ab38f",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "227dea4e-b8f6-419f-a05d-d80e064b0344",
          "name": "Create a Payment",
          "request": {
            "name": "Create a Payment",
            "description": {
              "content": "Creates a payment record. Alternatively, adds a record of historical or external payment of cash or credit card",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "orders",
                ":order_id",
                "payments"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "order_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"apply_to_commissions\": true,\n  \"payment_amount\": 8469.856973460706,\n  \"notes\": \"string\",\n  \"payment_method_id\": \"string\",\n  \"payment_method_type\": \"string\",\n  \"payment_time\": \"2024-05-21T14:30:00Z\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ac0837e1-02e9-43b5-83bf-176ca4b6c4bd",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"apply_to_commissions\": true,\n  \"payment_amount\": 8469.856973460706,\n  \"notes\": \"string\",\n  \"payment_method_id\": \"string\",\n  \"payment_method_type\": \"string\",\n  \"payment_time\": \"2024-05-21T14:30:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"invoice_id\": \"string\",\n  \"payment_amount\": 99.99,\n  \"payment_status_message\": \"APPROVED\",\n  \"transaction_id\": \"TXN-789\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ac192f78-9b37-48b6-8fbd-f2ff26c31d7e",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"apply_to_commissions\": true,\n  \"payment_amount\": 8469.856973460706,\n  \"notes\": \"string\",\n  \"payment_method_id\": \"string\",\n  \"payment_method_type\": \"string\",\n  \"payment_time\": \"2024-05-21T14:30:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1072ff8b-fa77-444b-bbf8-6fdd4fb26a16",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"apply_to_commissions\": true,\n  \"payment_amount\": 8469.856973460706,\n  \"notes\": \"string\",\n  \"payment_method_id\": \"string\",\n  \"payment_method_type\": \"string\",\n  \"payment_time\": \"2024-05-21T14:30:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ea01c46b-2fc4-4904-b8fa-cc6f40d75f58",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"apply_to_commissions\": true,\n  \"payment_amount\": 8469.856973460706,\n  \"notes\": \"string\",\n  \"payment_method_id\": \"string\",\n  \"payment_method_type\": \"string\",\n  \"payment_time\": \"2024-05-21T14:30:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0360cd0-7d32-4f20-8b84-9499f26810db",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"apply_to_commissions\": true,\n  \"payment_amount\": 8469.856973460706,\n  \"notes\": \"string\",\n  \"payment_method_id\": \"string\",\n  \"payment_method_type\": \"string\",\n  \"payment_time\": \"2024-05-21T14:30:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b4c41d88-79a1-46d6-9a56-120e54aa29ef",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"apply_to_commissions\": true,\n  \"payment_amount\": 8469.856973460706,\n  \"notes\": \"string\",\n  \"payment_method_id\": \"string\",\n  \"payment_method_type\": \"string\",\n  \"payment_time\": \"2024-05-21T14:30:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5995f003-36e0-41cb-99b6-9de6ea008b12",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"apply_to_commissions\": true,\n  \"payment_amount\": 8469.856973460706,\n  \"notes\": \"string\",\n  \"payment_method_id\": \"string\",\n  \"payment_method_type\": \"string\",\n  \"payment_time\": \"2024-05-21T14:30:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5170ad49-5f21-4df9-b5ea-db71a055e156",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"apply_to_commissions\": true,\n  \"payment_amount\": 8469.856973460706,\n  \"notes\": \"string\",\n  \"payment_method_id\": \"string\",\n  \"payment_method_type\": \"string\",\n  \"payment_time\": \"2024-05-21T14:30:00Z\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6a1d9497-1aad-484f-bc99-0faea7abfb2e",
          "name": "Create an Order Item",
          "request": {
            "name": "Create an Order Item",
            "description": {
              "content": "Creates an order item on an existing order",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "orders",
                ":order_id",
                "items"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "order_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"quantity\": 2,\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget\",\n  \"notes\": \"Gift wrap\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"subscription_plan_description\": \"Monthly subscription plan\",\n  \"item_type\": \"PRODUCT\",\n  \"price_per_unit\": 29.99,\n  \"cost_per_unit\": 15\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "0f9f3c6d-03ec-419a-ac90-be70dbcfcf39",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"quantity\": 2,\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget\",\n  \"notes\": \"Gift wrap\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"subscription_plan_description\": \"Monthly subscription plan\",\n  \"item_type\": \"PRODUCT\",\n  \"price_per_unit\": 29.99,\n  \"cost_per_unit\": 15\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget with warranty\",\n  \"notes\": \"Gift wrap requested\",\n  \"quantity\": 2,\n  \"discount\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"special\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"special_item_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discount_method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"product\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sku\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"shippable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"taxable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"subscription_id\": \"string\",\n  \"item_type\": \"PRODUCT\",\n  \"cost_per_unit\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"price_per_unit\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"subscription_plan\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"active\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"frequency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allow_prorating\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"product_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cycle_type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"display_order_index\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"total_cycles\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"plan_price\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"preauthorize_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "adc4883d-cb83-40e3-8483-0c73c109a1aa",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"quantity\": 2,\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget\",\n  \"notes\": \"Gift wrap\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"subscription_plan_description\": \"Monthly subscription plan\",\n  \"item_type\": \"PRODUCT\",\n  \"price_per_unit\": 29.99,\n  \"cost_per_unit\": 15\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b3f333e-63cf-4f40-85da-b34fab113059",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"quantity\": 2,\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget\",\n  \"notes\": \"Gift wrap\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"subscription_plan_description\": \"Monthly subscription plan\",\n  \"item_type\": \"PRODUCT\",\n  \"price_per_unit\": 29.99,\n  \"cost_per_unit\": 15\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "421337e8-c814-4225-9610-123247a80bc3",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"quantity\": 2,\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget\",\n  \"notes\": \"Gift wrap\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"subscription_plan_description\": \"Monthly subscription plan\",\n  \"item_type\": \"PRODUCT\",\n  \"price_per_unit\": 29.99,\n  \"cost_per_unit\": 15\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a119959f-07cb-4c0c-a58a-9fef67e7ec33",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"quantity\": 2,\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget\",\n  \"notes\": \"Gift wrap\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"subscription_plan_description\": \"Monthly subscription plan\",\n  \"item_type\": \"PRODUCT\",\n  \"price_per_unit\": 29.99,\n  \"cost_per_unit\": 15\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9154c33-f71f-4dc4-a4be-d223f70b506f",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"quantity\": 2,\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget\",\n  \"notes\": \"Gift wrap\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"subscription_plan_description\": \"Monthly subscription plan\",\n  \"item_type\": \"PRODUCT\",\n  \"price_per_unit\": 29.99,\n  \"cost_per_unit\": 15\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ba5aed26-77ba-49dd-9c8e-07a4e0b251b9",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"quantity\": 2,\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget\",\n  \"notes\": \"Gift wrap\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"subscription_plan_description\": \"Monthly subscription plan\",\n  \"item_type\": \"PRODUCT\",\n  \"price_per_unit\": 29.99,\n  \"cost_per_unit\": 15\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "93a02654-ad41-4298-8b51-32199fd4a821",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"quantity\": 2,\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget\",\n  \"notes\": \"Gift wrap\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"subscription_plan_description\": \"Monthly subscription plan\",\n  \"item_type\": \"PRODUCT\",\n  \"price_per_unit\": 29.99,\n  \"cost_per_unit\": 15\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cc927e9b-0924-48c7-acc6-a1499fd1ae32",
          "name": "Apply Commission to an Order Item",
          "request": {
            "name": "Apply Commission to an Order Item",
            "description": {
              "content": "Applies commission to an order item on an existing order.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "orders",
                ":order_id",
                "items",
                "{{order_item_id}}:applyCommission"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "order_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"affiliate_id\": \"string\",\n  \"payout_type\": \"UPFRONT\",\n  \"pay_percent\": 10,\n  \"commission_amount\": 50,\n  \"description\": \"Q1 Sales Commission\",\n  \"commission_date\": \"2024-05-21\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "0130d35c-c4de-430e-8a7d-7062ed2a1dd9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    "{{order_item_id}}:applyCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_id\": \"string\",\n  \"payout_type\": \"UPFRONT\",\n  \"pay_percent\": 10,\n  \"commission_amount\": 50,\n  \"description\": \"Q1 Sales Commission\",\n  \"commission_date\": \"2024-05-21\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget with warranty\",\n  \"notes\": \"Gift wrap requested\",\n  \"quantity\": 2,\n  \"discount\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"special\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"special_item_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discount_method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"product\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sku\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"shippable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"taxable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"subscription_id\": \"string\",\n  \"item_type\": \"PRODUCT\",\n  \"cost_per_unit\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"price_per_unit\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"subscription_plan\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"active\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"frequency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allow_prorating\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"product_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cycle_type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"display_order_index\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"total_cycles\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"plan_price\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"preauthorize_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c117fa3e-2dff-4079-994a-c6faa9a3d9a5",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    "{{order_item_id}}:applyCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_id\": \"string\",\n  \"payout_type\": \"UPFRONT\",\n  \"pay_percent\": 10,\n  \"commission_amount\": 50,\n  \"description\": \"Q1 Sales Commission\",\n  \"commission_date\": \"2024-05-21\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "00ca5aa9-03cb-4734-b4ea-5e1598afad2e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    "{{order_item_id}}:applyCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_id\": \"string\",\n  \"payout_type\": \"UPFRONT\",\n  \"pay_percent\": 10,\n  \"commission_amount\": 50,\n  \"description\": \"Q1 Sales Commission\",\n  \"commission_date\": \"2024-05-21\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d9d5e6a5-5cff-4072-8026-7540dd3a46c7",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    "{{order_item_id}}:applyCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_id\": \"string\",\n  \"payout_type\": \"UPFRONT\",\n  \"pay_percent\": 10,\n  \"commission_amount\": 50,\n  \"description\": \"Q1 Sales Commission\",\n  \"commission_date\": \"2024-05-21\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ef542f0-61db-470d-bec4-14cd9b3dda2f",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    "{{order_item_id}}:applyCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_id\": \"string\",\n  \"payout_type\": \"UPFRONT\",\n  \"pay_percent\": 10,\n  \"commission_amount\": 50,\n  \"description\": \"Q1 Sales Commission\",\n  \"commission_date\": \"2024-05-21\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4b74d8c5-d04d-41e9-bea5-a53a0bb56b9a",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    "{{order_item_id}}:applyCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_id\": \"string\",\n  \"payout_type\": \"UPFRONT\",\n  \"pay_percent\": 10,\n  \"commission_amount\": 50,\n  \"description\": \"Q1 Sales Commission\",\n  \"commission_date\": \"2024-05-21\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d776e0b5-33e8-417c-9ffe-66cbc98e25da",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    "{{order_item_id}}:applyCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_id\": \"string\",\n  \"payout_type\": \"UPFRONT\",\n  \"pay_percent\": 10,\n  \"commission_amount\": 50,\n  \"description\": \"Q1 Sales Commission\",\n  \"commission_date\": \"2024-05-21\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a62c2d9d-de51-4bf8-bc77-4baf7ccf9a05",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    "{{order_item_id}}:applyCommission"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"affiliate_id\": \"string\",\n  \"payout_type\": \"UPFRONT\",\n  \"pay_percent\": 10,\n  \"commission_amount\": 50,\n  \"description\": \"Q1 Sales Commission\",\n  \"commission_date\": \"2024-05-21\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "521448aa-bf9a-41fb-876a-0a2fb804fc0b",
          "name": "Create an Order Custom Field",
          "request": {
            "name": "Create an Order Custom Field",
            "description": {
              "content": "Creates a custom field of the specified type and options to the Order object",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "orders",
                "model",
                "customFields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"field_type\": \"DROPDOWN\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "a024084c-389d-48c8-97ff-a23fe4d494eb",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"record_type\": \"TASK_NOTE_APPOINTMENT\",\n  \"field_type\": \"USER\",\n  \"default_value\": \"string\",\n  \"group_id\": \"string\",\n  \"field_name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0aaf2b8e-ebb7-44e5-bf70-8053a2466e10",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "424c59c9-e5ef-4368-860c-98d32727976c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "508e15fc-cb73-4e57-8429-dc31b44c41fe",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb632de3-bf06-4bd2-b4b7-d39ede3c48fb",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9f1f66a7-6ee8-43a1-b984-994f9850fc7a",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e40cdcc-33fb-4228-8ef7-976d92ae6757",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8461df06-7262-45aa-8d57-79c6ff38dba0",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a23ef5f6-9a12-4c84-b7e2-57457520e401",
          "name": "Retrieve an Order",
          "request": {
            "name": "Retrieve an Order",
            "description": {
              "content": "Retrieves a single Order for a given order id",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "orders",
                ":order_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "order_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "cb33e693-557f-465d-ac0c-6d8d7e253fcb",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"title\": \"Online Order #1234\",\n  \"status\": \"PAID\",\n  \"total\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"contact\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"given_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"family_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Customer requested gift wrapping\",\n  \"terms\": \"Net 30\",\n  \"order_type\": \"ONLINE\",\n  \"source_type\": \"API\",\n  \"creation_time\": \"2024-05-21T14:30:00Z\",\n  \"modification_time\": \"2024-05-21T14:30:00Z\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"total_paid\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"total_due\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"shipping_information\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"given_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"family_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone_number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"refund_total\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allow_payment\": true,\n  \"allow_paypal\": false,\n  \"order_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"payment_plan\": {\n    \"days_between_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_of_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"plan_start_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"auto_charge\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"max_charge_attempts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_retries\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_method_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_percent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_plan_items\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"invoice_number\": \"string\",\n  \"files\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"credit_status\": \"APPROVED\",\n  \"promo_code\": \"SUMMER20\",\n  \"refund_status\": \"NONE\",\n  \"synced\": true,\n  \"invoice_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "368eb69e-b3a9-4d4b-84c8-e757949cf19f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "09c1526e-f591-44e9-a003-17d6eae2039f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "86b3b4b2-457e-4ab8-b3b5-e5c6120b833a",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "efad3a54-ec97-406e-bb9d-9614b867bcaf",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1f15354b-dd8c-4ae2-85f7-9ce6ab8c583d",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3595bb8c-e6dd-4844-bc7d-a669a274dccf",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "565cdcff-8ad9-4fec-b951-a1212e0f82cd",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "db3040ed-f2b0-49fa-be1c-10d1a32c1d9e",
          "name": "Delete an Order",
          "request": {
            "name": "Delete an Order",
            "description": {
              "content": "Deletes an Order<br/>\nNote: The Order must not have any transactions recorded to be available for deletion.\n",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "orders",
                ":order_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "order_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "819cad38-01b9-4a3f-b2a9-212b29bc5904",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "19a96815-841c-4922-8675-137a6632deca",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a762551-e4ec-4f6f-aa86-bf6821e81ffb",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "532fd44b-b7d9-4a9f-bc70-bd7b292217fe",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "24b06baf-2718-4e15-adf9-8b2bd1355f80",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "68ccd246-52e3-45c2-a1f7-f90cfaa54ea4",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd324c6d-21ae-42bf-b61b-3b7ba00d8628",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a39e447e-ed6e-4734-b099-ad979fd67015",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3727db78-afe9-4149-84f5-cb943d8e2b0c",
          "name": "Update an Order",
          "request": {
            "name": "Update an Order",
            "description": {
              "content": "Updates an Order",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "orders",
                ":order_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "order_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"notes\": \"Rush delivery\",\n  \"terms\": \"Net 30\",\n  \"contact_id\": \"string\",\n  \"order_title\": \"Online Purchase\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"order_type\": \"ONLINE\",\n  \"promo_codes\": [\n    \"SUMMER20\"\n  ],\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"middle_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"payment_plan\": {\n    \"auto_charge\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"max_charge_attempts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_retries\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_method_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"plan_start_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_of_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "70244074-1732-404c-8be2-03c0666d8762",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"notes\": \"Rush delivery\",\n  \"terms\": \"Net 30\",\n  \"contact_id\": \"string\",\n  \"order_title\": \"Online Purchase\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"order_type\": \"ONLINE\",\n  \"promo_codes\": [\n    \"SUMMER20\"\n  ],\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"middle_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"payment_plan\": {\n    \"auto_charge\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"max_charge_attempts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_retries\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_method_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"plan_start_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_of_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"title\": \"Online Order #1234\",\n  \"status\": \"PAID\",\n  \"total\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"contact\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"given_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"family_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"notes\": \"Customer requested gift wrapping\",\n  \"terms\": \"Net 30\",\n  \"order_type\": \"ONLINE\",\n  \"source_type\": \"API\",\n  \"creation_time\": \"2024-05-21T14:30:00Z\",\n  \"modification_time\": \"2024-05-21T14:30:00Z\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"total_paid\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"total_due\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"shipping_information\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"given_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"family_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone_number\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"refund_total\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"allow_payment\": true,\n  \"allow_paypal\": false,\n  \"order_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"payment_plan\": {\n    \"days_between_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_of_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"plan_start_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"auto_charge\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"max_charge_attempts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_retries\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_method_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_percent\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_plan_items\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"invoice_number\": \"string\",\n  \"files\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"credit_status\": \"APPROVED\",\n  \"promo_code\": \"SUMMER20\",\n  \"refund_status\": \"NONE\",\n  \"synced\": true,\n  \"invoice_id\": \"string\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8825bd13-f80b-468e-b4b9-bf52a40d9ffe",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"notes\": \"Rush delivery\",\n  \"terms\": \"Net 30\",\n  \"contact_id\": \"string\",\n  \"order_title\": \"Online Purchase\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"order_type\": \"ONLINE\",\n  \"promo_codes\": [\n    \"SUMMER20\"\n  ],\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"middle_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"payment_plan\": {\n    \"auto_charge\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"max_charge_attempts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_retries\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_method_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"plan_start_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_of_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cadcd888-99c0-4780-8927-bfd7b5a54812",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"notes\": \"Rush delivery\",\n  \"terms\": \"Net 30\",\n  \"contact_id\": \"string\",\n  \"order_title\": \"Online Purchase\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"order_type\": \"ONLINE\",\n  \"promo_codes\": [\n    \"SUMMER20\"\n  ],\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"middle_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"payment_plan\": {\n    \"auto_charge\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"max_charge_attempts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_retries\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_method_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"plan_start_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_of_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e9e9bd5d-425f-487e-b281-6bd3336511eb",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"notes\": \"Rush delivery\",\n  \"terms\": \"Net 30\",\n  \"contact_id\": \"string\",\n  \"order_title\": \"Online Purchase\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"order_type\": \"ONLINE\",\n  \"promo_codes\": [\n    \"SUMMER20\"\n  ],\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"middle_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"payment_plan\": {\n    \"auto_charge\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"max_charge_attempts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_retries\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_method_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"plan_start_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_of_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd67efaa-146f-472f-a67e-f462f72fae7c",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"notes\": \"Rush delivery\",\n  \"terms\": \"Net 30\",\n  \"contact_id\": \"string\",\n  \"order_title\": \"Online Purchase\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"order_type\": \"ONLINE\",\n  \"promo_codes\": [\n    \"SUMMER20\"\n  ],\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"middle_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"payment_plan\": {\n    \"auto_charge\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"max_charge_attempts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_retries\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_method_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"plan_start_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_of_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0789bc8-c768-4356-9450-be186527a589",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"notes\": \"Rush delivery\",\n  \"terms\": \"Net 30\",\n  \"contact_id\": \"string\",\n  \"order_title\": \"Online Purchase\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"order_type\": \"ONLINE\",\n  \"promo_codes\": [\n    \"SUMMER20\"\n  ],\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"middle_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"payment_plan\": {\n    \"auto_charge\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"max_charge_attempts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_retries\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_method_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"plan_start_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_of_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a6e31d71-2c1d-44ec-a7c3-2f08016dbbbe",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"notes\": \"Rush delivery\",\n  \"terms\": \"Net 30\",\n  \"contact_id\": \"string\",\n  \"order_title\": \"Online Purchase\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"order_type\": \"ONLINE\",\n  \"promo_codes\": [\n    \"SUMMER20\"\n  ],\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"middle_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"payment_plan\": {\n    \"auto_charge\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"max_charge_attempts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_retries\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_method_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"plan_start_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_of_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "deaad11d-a143-4818-971f-6f7d051fdb83",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"notes\": \"Rush delivery\",\n  \"terms\": \"Net 30\",\n  \"contact_id\": \"string\",\n  \"order_title\": \"Online Purchase\",\n  \"order_time\": \"2024-05-21T14:30:00Z\",\n  \"order_type\": \"ONLINE\",\n  \"promo_codes\": [\n    \"SUMMER20\"\n  ],\n  \"lead_affiliate_id\": \"string\",\n  \"sales_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"first_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"middle_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"last_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"is_invoice_to_company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"payment_plan\": {\n    \"auto_charge\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"max_charge_attempts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_retries\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_method_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"initial_payment_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"plan_start_date\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"number_of_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"days_between_payments\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4a486b5a-e8d4-44c7-9391-f4a02283a242",
          "name": "Delete an Order Item",
          "request": {
            "name": "Delete an Order Item",
            "description": {
              "content": "Deletes an order item on an existing order",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "orders",
                ":order_id",
                "items",
                ":order_item_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "order_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "order_item_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "1584fb20-b8fe-4719-9134-4922e8815db1",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    ":order_item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_item_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9ac92d17-bbb0-4636-be6d-9bbe359c7192",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    ":order_item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_item_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "136cf606-dfc0-4986-a77b-a167accf6398",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    ":order_item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_item_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eca0ef64-90ff-417e-a2a6-440d762c9132",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    ":order_item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_item_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bca60ce0-5314-487e-b166-30541fcc97f1",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    ":order_item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_item_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9d08e81-1ebb-476f-91bb-2e5011ed7d18",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    ":order_item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_item_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "80665c53-4d1b-4c90-a6ff-ff9bdd3ea17b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    ":order_item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_item_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6f5f5cd2-b873-4a95-91e1-7d16e6e772d1",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    ":order_item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_item_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3ae77059-b818-4287-9b85-9b02b6602924",
          "name": "Update an Order Item",
          "request": {
            "name": "Update an Order Item",
            "description": {
              "content": "Updates an Order Item",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "orders",
                ":order_id",
                "items",
                ":order_item_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "order_id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "order_item_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget\",\n  \"quantity\": 2,\n  \"notes\": \"Gift wrap requested\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"subscription_plan_description\": \"Monthly billing\",\n  \"price_per_unit\": 29.99,\n  \"cost_per_unit\": 15\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "3f38a5ba-8b14-4a4f-8a42-777c55822309",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    ":order_item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_item_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget\",\n  \"quantity\": 2,\n  \"notes\": \"Gift wrap requested\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"subscription_plan_description\": \"Monthly billing\",\n  \"price_per_unit\": 29.99,\n  \"cost_per_unit\": 15\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget with warranty\",\n  \"notes\": \"Gift wrap requested\",\n  \"quantity\": 2,\n  \"discount\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"special\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"special_item_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"discount_method\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"product\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"sku\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"description\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"shippable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"taxable\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"subscription_id\": \"string\",\n  \"item_type\": \"PRODUCT\",\n  \"cost_per_unit\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"price_per_unit\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"subscription_plan\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"active\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"frequency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allow_prorating\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"product_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"cycle_type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"display_order_index\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"total_cycles\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"plan_price\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"preauthorize_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "45a64dbc-25ae-4db0-aade-ece66f2013ba",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    ":order_item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_item_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget\",\n  \"quantity\": 2,\n  \"notes\": \"Gift wrap requested\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"subscription_plan_description\": \"Monthly billing\",\n  \"price_per_unit\": 29.99,\n  \"cost_per_unit\": 15\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "98ca31c6-dadf-43ff-bacf-ab48361307f9",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    ":order_item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_item_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget\",\n  \"quantity\": 2,\n  \"notes\": \"Gift wrap requested\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"subscription_plan_description\": \"Monthly billing\",\n  \"price_per_unit\": 29.99,\n  \"cost_per_unit\": 15\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30080617-a317-4306-9806-e8731489b851",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    ":order_item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_item_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget\",\n  \"quantity\": 2,\n  \"notes\": \"Gift wrap requested\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"subscription_plan_description\": \"Monthly billing\",\n  \"price_per_unit\": 29.99,\n  \"cost_per_unit\": 15\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f52d3fc1-702d-4e44-a1dd-309c8f27ea27",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    ":order_item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_item_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget\",\n  \"quantity\": 2,\n  \"notes\": \"Gift wrap requested\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"subscription_plan_description\": \"Monthly billing\",\n  \"price_per_unit\": 29.99,\n  \"cost_per_unit\": 15\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "088226d7-f494-448f-bc98-50603eff7fde",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    ":order_item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_item_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget\",\n  \"quantity\": 2,\n  \"notes\": \"Gift wrap requested\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"subscription_plan_description\": \"Monthly billing\",\n  \"price_per_unit\": 29.99,\n  \"cost_per_unit\": 15\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aef44772-229e-4312-9249-a309d8e9147f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    ":order_item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_item_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget\",\n  \"quantity\": 2,\n  \"notes\": \"Gift wrap requested\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"subscription_plan_description\": \"Monthly billing\",\n  \"price_per_unit\": 29.99,\n  \"cost_per_unit\": 15\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "96cd5e55-993a-4922-b0f0-cac0f526c36a",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    ":order_id",
                    "items",
                    ":order_item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "order_item_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"description\": \"High-quality widget\",\n  \"quantity\": 2,\n  \"notes\": \"Gift wrap requested\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"subscription_plan_description\": \"Monthly billing\",\n  \"price_per_unit\": 29.99,\n  \"cost_per_unit\": 15\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "97900c3b-e1f2-4925-b4cf-77fdcfde3ab9",
          "name": "Delete an Order Custom Field",
          "request": {
            "name": "Delete an Order Custom Field",
            "description": {
              "content": "Deletes a Custom Field from the Order object",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "orders",
                "model",
                "customFields",
                ":custom_field_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "custom_field_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "22f10baa-f146-4483-9baf-64f598b122d5",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "02c9d81c-b0f0-43aa-afa0-1cfd4744a571",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "20e07958-dceb-4fdc-9532-e64a19641f12",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "25f1c4c7-327a-4978-a65a-6c90529665e3",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78080c53-d0fb-4b59-81e8-ddd3e36b7d49",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f3025d55-a247-4e8c-8b22-c3c9d293e692",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "956466a2-a7ef-4c8f-bfec-e42e7b05506b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aa821771-c51a-4366-8539-c3ac038b4953",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8cdf17a7-5d9b-45b1-8c4c-6551ff5ef9fe",
          "name": "Update an Order Custom Field",
          "request": {
            "name": "Update an Order Custom Field",
            "description": {
              "content": "Updates a custom field of the specified type and options to the Order object",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "orders",
                "model",
                "customFields",
                ":custom_field_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "custom_field_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "9f505eb0-f361-46d1-a4a0-81a6ee78185c",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"record_type\": \"TASK_NOTE_APPOINTMENT\",\n  \"field_type\": \"USER\",\n  \"default_value\": \"string\",\n  \"group_id\": \"string\",\n  \"field_name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ebc0b89f-076a-43c3-ba5c-529f7fbfbf18",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1f4479bf-1ff1-4733-aeb8-afe604f4ea9b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d6fa9a4d-29f8-4b3f-8b77-83a15d62820e",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7a6667fd-101d-4ce2-80b3-dd86af6e5fe5",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5777454b-7ad8-4467-8cfd-75b8534199a5",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c7f25cd9-9767-452d-b1bc-076b61bce9e1",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "91a08d00-e939-4dc8-8a3d-928640ac198e",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "652df1dd-aa62-4204-8947-868e80ec62e8",
          "name": "Retrieve Order Custom Field Model",
          "request": {
            "name": "Retrieve Order Custom Field Model",
            "description": {
              "content": "Gets the custom fields for the Order object",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "orders",
                "model"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "0ad394af-3cc1-4d08-a1ad-2a21c624f334",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"optional_properties\": [\n    \"string\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a7b73439-c102-4384-acf6-9d80e249e974",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46233983-992e-4ee5-8725-b4c368491037",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "abf9a470-2f24-40fd-81a2-27a034cb2c3a",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "949c0ab0-42d2-4d2f-8230-6af8fcc42a5c",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "17dfafa9-dc56-403c-8dfb-926d910f6ae3",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8da43de9-f766-4e0d-bdd7-bfb3afeb36f8",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eafa63e9-dac6-4a16-85cc-e2d7e4d647a2",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "orders",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "f369b09e-901a-48e6-a30c-00b7dd17fd01",
      "name": "Payment Method Configs",
      "description": {
        "content": "Payment Method Configs endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "5ec45093-3f51-41bf-ab49-8e51a0230427",
          "name": "Create Payment Method Configuration",
          "request": {
            "name": "Create Payment Method Configuration",
            "description": {
              "content": "Creates configuration details for rendering payment method components",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "paymentMethodConfigs"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"contact_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "ad00b72b-4f31-4595-b635-3072b5c459e1",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "paymentMethodConfigs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"session_key\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c1273b55-8a67-4ab0-a976-8e91e36b7f4a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "paymentMethodConfigs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "816eb192-83fc-490c-93d2-e825f45c9b44",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "paymentMethodConfigs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a15cfa60-117c-4055-8808-dc776bf4f1fb",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "paymentMethodConfigs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78382f72-44b7-42a6-bc10-fefff0ab8300",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "paymentMethodConfigs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e915e536-39c4-435a-9f56-59c1ee80166d",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "paymentMethodConfigs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f1630b16-5395-4c50-b7cc-d61d8a2bf008",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "paymentMethodConfigs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "94c61706-71ec-4797-a164-281213aede92",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "paymentMethodConfigs"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "da313c77-f0c3-4382-86ae-9b98ba4dc5dc",
      "name": "Payment Methods",
      "description": {
        "content": "Payment Methods endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "92dc3290-41bd-472a-939c-96b8e837ef39",
          "name": "Deactivate a Contact Payment Method",
          "request": {
            "name": "Deactivate a Contact Payment Method",
            "description": {
              "content": "Deactivate the specified payment method",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts",
                ":contact_id",
                "paymentMethods",
                "{{payment_method_id}}:deactivate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "contact_id",
                  "description": "(Required) ID of the contact to which the payment method belongs."
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null
          },
          "response": [
            {
              "id": "615e1a12-e1dd-4b78-9968-54f22b50fcdd",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods",
                    "{{payment_method_id}}:deactivate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "c826bbd1-e07e-4d8b-b389-00280c5c2753",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods",
                    "{{payment_method_id}}:deactivate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "202479a6-1d3d-46c5-baeb-4b69868ec846",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods",
                    "{{payment_method_id}}:deactivate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4a973561-656e-495c-8607-2215732ca6d2",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods",
                    "{{payment_method_id}}:deactivate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "57509c05-c0c6-4166-a817-de50614a6e34",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods",
                    "{{payment_method_id}}:deactivate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7064b328-fdd7-4ac0-bc10-7f9786752f54",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods",
                    "{{payment_method_id}}:deactivate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e7f506a4-b732-4cf4-ba88-9963682778d9",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods",
                    "{{payment_method_id}}:deactivate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9bfe729e-ed8e-4387-bb38-1744e1f2b334",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods",
                    "{{payment_method_id}}:deactivate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "20eeb10e-7486-4833-937c-5a456f92d888",
          "name": "List of Payment Methods",
          "request": {
            "name": "List of Payment Methods",
            "description": {
              "content": "Retrieves a list of Payment Methods",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "paymentMethods"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `payment_method_id`\n- (String) `credit_card_id`\n- (String) `contact_id`\n- (String) `merchant_account_id`\n- (String) `since_time`\n- (String) `until_time`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`.\n- `filter=payment_method_id%3D%3D123`\n- `filter=contact_id%3D%3D123%3Bmerchant_account_id%3D%3D567`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `payment_method_id`\n- `created_time`\n- `contact_id`\n- `merchant_account_id`\n\nOne of the following directions:\n- `desc`\n- `asc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "cd1aba0a-06d1-444c-80f2-80f1e2a997a9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "paymentMethods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"payment_methods\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3c052e0-f660-4d80-9665-77e6e2d37716",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "paymentMethods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "604247e3-49b5-420e-a372-118b32cd4c78",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "paymentMethods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5cd8dcb1-0c37-4d6b-a2b8-fae0970decec",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "paymentMethods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4f593fcb-086e-401f-9cfd-cb4f37769de6",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "paymentMethods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3e3c2c9f-99fc-4729-ae36-c939745ee6c0",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "paymentMethods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f9108113-aeb7-4efa-86b5-c26d54a7dc15",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "paymentMethods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "75ac106f-a79d-4ffc-b025-cb7c2e405d0e",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "paymentMethods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "afb18fa3-48c3-4705-b6d5-303f20b42c9e",
          "name": "List of Contact Payment Methods",
          "request": {
            "name": "List of Contact Payment Methods",
            "description": {
              "content": "Retrieves a list of Contact Payment Methods",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts",
                ":contact_id",
                "paymentMethods"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `merchant_account_id`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`.\n- `filter=merchant_account_id%3D%3D123`\n\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `created_time`\n\nOne of the following directions:\n- `desc`\n- `asc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "contact_id",
                  "description": "(Required) ID of the contact to which the payment method belongs."
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "64a66d53-468a-402d-aa4c-0e758c329925",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"records\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f0f6787c-4cf3-42c7-8545-8abf33d9f8df",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cefb80c1-bf3d-49b8-aed5-ac1a52b5d598",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2328da7d-0ffd-4ab8-bd8b-b0f33953eb4d",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "acd632ff-53a2-4562-83db-dbc517a2993c",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4913372e-4ab2-4082-90a0-d5036efaef77",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "395f1c9f-dcb3-4a57-aa62-8911787a18be",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "259c278d-8ec4-4bb1-a87e-4b1a27ef7e7f",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3bef7d4d-af59-473e-aa78-39e15ab6a8c0",
          "name": "Delete a Contact Payment Method",
          "request": {
            "name": "Delete a Contact Payment Method",
            "description": {
              "content": "Deletes the specified payment method",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "contacts",
                ":contact_id",
                "paymentMethods",
                ":payment_method_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "contact_id",
                  "description": "(Required) ID of the contact to which the payment method belongs."
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "payment_method_id",
                  "description": "(Required) ID of the payment method to be deleted."
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "d2ede3cc-0ba1-46a1-87c1-b5774b33e0ce",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods",
                    ":payment_method_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "payment_method_id",
                      "description": "(Required) ID of the payment method to be deleted."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "140bff1e-07ba-4554-9759-62741c08990f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods",
                    ":payment_method_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "payment_method_id",
                      "description": "(Required) ID of the payment method to be deleted."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "41b98bcf-270b-446e-8fb4-2e1ec61af564",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods",
                    ":payment_method_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "payment_method_id",
                      "description": "(Required) ID of the payment method to be deleted."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3dc3fe5a-7b7c-4f81-aa90-d058b0f8fb3a",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods",
                    ":payment_method_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "payment_method_id",
                      "description": "(Required) ID of the payment method to be deleted."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "65b0d9c4-0811-4013-8d4e-2a3c86178678",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods",
                    ":payment_method_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "payment_method_id",
                      "description": "(Required) ID of the payment method to be deleted."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d630cd65-394f-4ed4-b9e2-36f8ad6c8121",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods",
                    ":payment_method_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "payment_method_id",
                      "description": "(Required) ID of the payment method to be deleted."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e9f4980-562c-4bfe-9728-5c22146b88a1",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods",
                    ":payment_method_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "payment_method_id",
                      "description": "(Required) ID of the payment method to be deleted."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b786ca80-8d46-4853-bd4f-f43f3522684a",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "contacts",
                    ":contact_id",
                    "paymentMethods",
                    ":payment_method_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "contact_id",
                      "description": "(Required) ID of the contact to which the payment method belongs."
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "payment_method_id",
                      "description": "(Required) ID of the payment method to be deleted."
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "e8ac1dab-6cbd-4b87-944e-19b97a63f37e",
      "name": "Product Categories",
      "description": {
        "content": "Product Categories endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "6c0b1349-3dc5-473c-b2fb-1b27920f5191",
          "name": "List all Product Categories",
          "request": {
            "name": "List all Product Categories",
            "description": {
              "content": "Retrieves a list of Product Categories",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "productCategories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `product_id`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=product_id%3D%3D29`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `id`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "24cc83ff-d045-4430-bd87-c349688ded94",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"product_categories\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d21ef1c7-9b67-4fdd-8aec-ea890451c78d",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70611e12-ab40-4882-9382-6e4bd4df09e0",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "324e99e7-dd2e-40a8-8ec6-bfcf94b0fe98",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e49700f-0627-4f45-aa7f-8614a0968da4",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5795ef9b-e197-40b1-ac42-bdd60986757e",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f8d4da72-5e75-4e0a-9c0d-26d3b639f482",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3524f932-817d-4cc8-8285-044f3269d45a",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "4c47a689-ce2e-456f-9fbb-fcfd4f76f054",
          "name": "Create a Product Category",
          "request": {
            "name": "Create a Product Category",
            "description": {
              "content": "Creates a new Product Category",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "productCategories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "730345eb-f6e9-42da-8fce-1d46456cc1a1",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc8d7c67-bfcc-40ce-ad5c-b7fc4d261188",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23d6be45-c3de-46a6-a5ae-97f383ad2c3a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "54d3f8be-6195-4bdf-9451-066bbc14c496",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56a4c83d-d2a2-47a8-bb13-d4967927501e",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0bc75776-9d8f-4b73-a474-701283e9a810",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3e3b02ec-75cc-4e4b-8580-25b49f2ddb37",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "61292e91-f4ee-4185-a7b3-286ef969a77b",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ec6409d9-44b4-4592-9853-5da4e124df19",
          "name": "Assign Products to a Product Category",
          "request": {
            "name": "Assign Products to a Product Category",
            "description": {
              "content": "Updates the list of products assigned to a Product Category. **Note:** The full list of product IDs that should remain assigned must be provided; any IDs omitted are removed automatically.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "productCategories",
                "{{category_id}}:assignProducts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"product_ids\": [\n    \"string\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "739fb7dd-75a4-4de6-8fb0-c8c57f4f0572",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    "{{category_id}}:assignProducts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_ids\": [\n    \"string\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "d70f6ab9-170a-46ff-a7a6-d2a253d29779",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    "{{category_id}}:assignProducts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_ids\": [\n    \"string\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f7f6f28e-3842-428a-89f4-eb53572a0c8d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    "{{category_id}}:assignProducts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_ids\": [\n    \"string\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc4c41a6-4ad3-4117-9b14-d20c3dd24180",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    "{{category_id}}:assignProducts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_ids\": [\n    \"string\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6387aefa-5cd8-4e7c-979a-800a4df4aa3d",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    "{{category_id}}:assignProducts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_ids\": [\n    \"string\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "02c35492-1fac-46ba-a6b2-e710020c832a",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    "{{category_id}}:assignProducts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_ids\": [\n    \"string\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0985b4a4-175c-4e0e-afea-96ee46f05c4a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    "{{category_id}}:assignProducts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_ids\": [\n    \"string\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6fa048ae-44a0-45f4-9d78-29ce14da7c4a",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    "{{category_id}}:assignProducts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"product_ids\": [\n    \"string\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dac17b57-f721-478a-9f4e-199f8e218c87",
          "name": "Create the product category image file",
          "request": {
            "name": "Create the product category image file",
            "description": {
              "content": "Creates the product category image file and uploads it to the specified product category",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "productCategories",
                ":category_id",
                "images"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "category_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "file",
                  "type": "file",
                  "description": "(Required) File to upload"
                }
              ]
            }
          },
          "response": [
            {
              "id": "79075aa8-42f0-4c1c-8b49-af09683cb535",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "3c3649a4-74d1-42d5-9a48-ba11d0c3521c",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92e4a23f-8e1a-4d68-8770-6d0b8c1049ca",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "475451e5-37ed-4f70-9750-bddfd6ae7b00",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8fe15e01-2bfb-4a31-b30b-202b6e475ec7",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1cfce878-ce33-46a3-9761-144e639f9a92",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "428e5457-6b63-4f6d-8ac9-bdd4b9a524b4",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13bb73b3-1eeb-4fb5-a0f3-d10b9424e2d3",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) File to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "49780072-1afe-4c81-87eb-eb7c2d4447f6",
          "name": "Delete the image from a product category",
          "request": {
            "name": "Delete the image from a product category",
            "description": {
              "content": "Deletes the image from the specified product category",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "productCategories",
                ":category_id",
                "images"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "category_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "a8cad192-bd75-4962-86f9-a95ce5c86e66",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "efe6a956-f95f-42a3-ac6b-f9e06860e84f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2a08a8a8-6a34-4007-9175-e49da866abf2",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c21ef50-19f2-4674-a3d0-5e2d318831f7",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b06ba219-7bd3-4110-adac-0bf9cf3bc223",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d8957ab8-4539-45f8-9dc1-b2c51d859c0c",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "431d71b9-3043-4210-9775-a60a2010abcc",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8d28c465-d82f-4eab-9e8d-2742b7db4d9d",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ce050b4e-f8f1-4717-ba77-26eeb3021852",
          "name": "Get a Product Category",
          "request": {
            "name": "Get a Product Category",
            "description": {
              "content": "Gets a single Product Category",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "productCategories",
                ":category_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "category_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "170a22e3-eea5-4039-8d44-dc2404ee925d",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2ecc73cc-614f-4d6b-8d3c-72ff222bb8e8",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46cca5be-e6de-41e2-a708-26b051d8d948",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "545dceb2-4cd5-4934-baf7-68fef85f7623",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f1fa9c32-9136-4f3d-a584-03e4b3cc0e05",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "652503a1-8c32-4751-8f9b-143546944953",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb1e6c2e-a0f9-490c-b907-edf21a73f2e5",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a953f38f-f51f-421d-ae47-8338ae3ed5e8",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "43eb33b7-02f6-4092-b0b2-fdc6d641f942",
          "name": "Delete a Product Category",
          "request": {
            "name": "Delete a Product Category",
            "description": {
              "content": "Deletes the specified Product Category, its sub-categories, and removes products from it",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "productCategories",
                ":category_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "category_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "ef35f0a7-d7c0-4951-8fbd-0fd043cbb843",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "e5521dba-62cd-4026-8a54-69edcc70ec7a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8e574d7c-c057-4215-8bb3-63e8bd3651ed",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "992d1649-1c82-446e-9daf-c0674a420bdd",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a5809c9-03b7-4fad-87bd-d4eca65ad7da",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0ee38447-9bca-4127-a351-73d965d2d0a0",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4b671c6b-df33-4a6d-b66f-821afaee6b47",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c1a533ab-3f24-483d-ae3c-6716252c76e9",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8bc051dc-6dfb-407c-9cf1-7e4839f55472",
          "name": "Update a Product Category",
          "request": {
            "name": "Update a Product Category",
            "description": {
              "content": "Updates a single Product Category",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "productCategories",
                ":category_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "category_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "59b86a43-5639-4854-9b30-a4c10ce35403",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "50d1afc7-e2f0-4038-ba81-8907c49c3ded",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "60d32b15-1a2f-4bc8-9350-dffe0e240c57",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ec3cd379-b5f9-4ba6-b6e9-cf78a4125a06",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d7e8874-fe22-475f-86b3-b467e09b463f",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4af6fdbb-5016-4521-b3a0-07c317e03c21",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "64661093-84a9-46d9-862d-57ce51629fdd",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "68c59ba5-2958-4f16-a372-ee12f532c84b",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productCategories",
                    ":category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Electronics\",\n  \"display_order_index\": 0,\n  \"parent_category_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "e290d03d-ab60-48c2-a71f-5a22fa38657b",
      "name": "Product Discounts",
      "description": {
        "content": "Product Discounts endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "a1df572c-141d-49a4-939d-fffff751dcef",
          "name": "List all Product Discounts",
          "request": {
            "name": "List all Product Discounts",
            "description": {
              "content": "Retrieves a list of Product Discounts",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (Boolean) `apply_to_commissions`\n- (DiscountType) `discount_type`: AMOUNT or PERCENT\n- (Double) `discount_value`\n- (String) `product_id`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=apply_to_commissions%3D%3Dtrue`\n- `filter=discount_type%3D%3DAMOUNT`\n- `filter=discount_value%3D%3D10.0`\n- `filter=product_id%3D%3D2`\n- `filter=discount_type%3D%3DAMOUNT%3Bdiscount_value%3D%3D10.0`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `apply_to_commissions`\n- `discount_type`\n- `discount_value`\n- `id`\n- `name`\n- `product_id`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "ebd90d3d-5b5d-4d6e-b65e-cd68dc62c86f",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"discounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5fa2a9dd-6165-4d39-a107-196de2c1db51",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc0cb2c6-0bb6-4dcf-bc17-14ae8ac8b43a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8bfd70d0-ae77-4ff5-b2af-efd52b9d31a5",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cba0e7a3-6e4a-4796-b9c4-2bfba74940d1",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c5ff1c6d-e6e7-4839-acb0-ec1fc27bbbcf",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "af2888f8-d073-4169-b95e-cbc2cfdb7698",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6421684-9cb2-4aa2-87fc-e10c0c1cd921",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8837ceb1-6c65-4d61-90cb-49ef0e69f744",
          "name": "Create a Product Discount",
          "request": {
            "name": "Create a Product Discount",
            "description": {
              "content": "Creates a Product Discount",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20,\n  \"name\": \"Summer Sale 20% Off\",\n  \"product_id\": \"string\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "de99d65c-ea18-452a-931d-ff13c5924694",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20,\n  \"name\": \"Summer Sale 20% Off\",\n  \"product_id\": \"string\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Summer Sale 20% Off\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"product_id\": \"string\",\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "504256a8-8f97-4538-a686-6fa493ea697c",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20,\n  \"name\": \"Summer Sale 20% Off\",\n  \"product_id\": \"string\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1d0c2221-6fde-40a8-ac13-d5c292834dd2",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20,\n  \"name\": \"Summer Sale 20% Off\",\n  \"product_id\": \"string\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d82c0426-3156-49e3-b87f-2d24a46aae14",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20,\n  \"name\": \"Summer Sale 20% Off\",\n  \"product_id\": \"string\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc8e48bc-8625-47b7-a514-acdf36cb2071",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20,\n  \"name\": \"Summer Sale 20% Off\",\n  \"product_id\": \"string\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bc25a345-d9d4-4f2d-873b-db59d3800805",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20,\n  \"name\": \"Summer Sale 20% Off\",\n  \"product_id\": \"string\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "22973032-cffe-4a96-b1c3-1683667474e2",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20,\n  \"name\": \"Summer Sale 20% Off\",\n  \"product_id\": \"string\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "45829db2-38cf-49c5-be84-c4e2b989a0a1",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20,\n  \"name\": \"Summer Sale 20% Off\",\n  \"product_id\": \"string\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a4ba1e27-f659-4a31-8be0-fc8dc85432cb",
          "name": "Retrieve a Product Discount",
          "request": {
            "name": "Retrieve a Product Discount",
            "description": {
              "content": "Retrieves a Product Discount",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "products",
                ":discount_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "discount_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "d0616219-5dea-4085-b14a-cf4d6e258eb5",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Summer Sale 20% Off\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"product_id\": \"string\",\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "85c61003-a158-4819-85df-ba67ec103483",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5112ffc6-144e-49ad-aa79-f6c6e1f0157e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "90ac0045-1ce5-4204-b2ca-81767f1c3d3c",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4cca746f-9f0a-4571-b876-3367705fa0c0",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "52974266-62b9-42b6-bf4c-df3324190015",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3e175df8-5199-4a5d-add6-5d237bb78e29",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "367cff20-08d3-40d2-bf02-866ce58a0b63",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d303f156-6d9d-4756-a056-1cc52f1f0893",
          "name": "Delete a Product Discount",
          "request": {
            "name": "Delete a Product Discount",
            "description": {
              "content": "Deletes a specified Product Discount",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "products",
                ":discount_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "discount_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "408048c3-5382-46a6-b93b-1e0352e49d14",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b79b24bf-bb3d-44f7-9909-f7e83a069fec",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "322422d5-a298-49ce-b78c-225344beb698",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "182bf2c9-09de-4a14-90b6-20a80d82e26e",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "57c5327e-f4ab-4391-b132-37bca453c422",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1b99da57-6b69-4864-9ceb-2c79bb8726d6",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "21b0e771-2163-4a64-8253-010a532773b4",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "88588cae-0e0a-4d5d-9021-439d5f6a3ac5",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5a0eced6-d48f-43c3-b71f-f594e4972061",
          "name": "Update a Product Discount",
          "request": {
            "name": "Update a Product Discount",
            "description": {
              "content": "Updates a Product Discount",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "products",
                ":discount_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "discount_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Summer Sale 20% Off\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"product_id\": \"string\",\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "f81e9a1c-2d1d-434b-a242-90153e3c9e6b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Summer Sale 20% Off\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"product_id\": \"string\",\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Summer Sale 20% Off\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"product_id\": \"string\",\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "86bd6471-10e7-4b73-a1ec-efede1208cee",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Summer Sale 20% Off\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"product_id\": \"string\",\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "04f8012a-30da-4fca-b961-9b442ef688be",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Summer Sale 20% Off\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"product_id\": \"string\",\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6c08202e-dc1b-41ad-931e-6cde4a5059c5",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Summer Sale 20% Off\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"product_id\": \"string\",\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f01c81a9-24ed-4204-aaa2-28edeb0b6792",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Summer Sale 20% Off\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"product_id\": \"string\",\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fbcc5b76-8e09-49ae-a624-92120d50e32e",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Summer Sale 20% Off\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"product_id\": \"string\",\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b5feed20-1cec-4530-a931-5f34eaee8335",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Summer Sale 20% Off\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"product_id\": \"string\",\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "47b1622c-40b2-4510-bd58-7ae2b8af2ce4",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "products",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Summer Sale 20% Off\",\n  \"description\": \"20% off on all summer products\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"apply_to_commissions\": true,\n  \"product_id\": \"string\",\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 20\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "d5c58d9b-2e71-4782-8033-7ce4a1336c9a",
      "name": "Product Interest Bundles",
      "description": {
        "content": "Product Interest Bundles endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "434fb6f0-1759-4798-b502-e7dbbc6f3606",
          "name": "List Product Interest Bundles",
          "request": {
            "name": "List Product Interest Bundles",
            "description": {
              "content": "Retrieves a list of Product Interest Bundles",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "productInterestBundles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `name`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `name`\n\nOne of the following directions:\n- `asc`\n- `desc`\n"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "b416d728-cee0-437c-9ed8-8a57baf45043",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"product_interest_bundles\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c3ccb0e0-2675-45da-aa4f-d418f3fa5dc6",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cdc988f4-ff64-48a0-a3fa-0a25947e4f98",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6906ddf7-aef7-475c-8070-58587813f3f3",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d65b4d58-232c-4477-acf7-d674d07b6f7f",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b1abb9d7-afa2-4f88-8e96-66ccb098cb64",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fcdba656-f753-47b2-aea2-86481838fcd9",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "43d6f8a4-3ce0-4a79-86f3-fc41263033ce",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3b4d0f07-f99b-425c-abf8-8320bc5245fa",
          "name": "Create a Product Interest Bundle",
          "request": {
            "name": "Create a Product Interest Bundle",
            "description": {
              "content": "Creates a new Product Interest Bundle.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "productInterestBundles"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"description\": \"Bundle of premium products\",\n  \"name\": \"Premium Bundle\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "8e9e5722-d8ca-4d5f-81c8-e763922fef35",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"description\": \"Bundle of premium products\",\n  \"name\": \"Premium Bundle\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Premium Bundle\",\n  \"description\": \"Bundle of premium products\",\n  \"product_interests\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"subscription_plan_interests\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "18b8f6b5-f33e-4075-bbbc-d053e415d8fa",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"description\": \"Bundle of premium products\",\n  \"name\": \"Premium Bundle\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ff6a5c11-3470-495b-a4f3-30a40962cef7",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"description\": \"Bundle of premium products\",\n  \"name\": \"Premium Bundle\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0047e6c-f734-4e31-8ee5-7781b756a1d3",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"description\": \"Bundle of premium products\",\n  \"name\": \"Premium Bundle\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23efdbb8-269e-4486-b85e-e4db448edc39",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"description\": \"Bundle of premium products\",\n  \"name\": \"Premium Bundle\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6f83884a-1cf6-4a0f-967d-018b8fdca336",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"description\": \"Bundle of premium products\",\n  \"name\": \"Premium Bundle\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a17e7897-f19e-4b61-90f9-103ee35c3943",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"description\": \"Bundle of premium products\",\n  \"name\": \"Premium Bundle\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f8d5e33a-4155-429b-a377-59ffea03ce8e",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"description\": \"Bundle of premium products\",\n  \"name\": \"Premium Bundle\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5ee3a63f-64bc-496f-ac4a-694cc8e6ee7c",
          "name": "Create a Product Interest in an existing Bundle",
          "request": {
            "name": "Create a Product Interest in an existing Bundle",
            "description": {
              "content": "Creates a new Product Interest in an existing Bundle.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "productInterestBundles",
                ":id",
                "interests"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"entity_id\": \"string\",\n  \"price\": 10000,\n  \"type\": \"PRODUCT\",\n  \"quantity\": 1,\n  \"discount_percent\": 10\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "6ebc2b09-237a-4a46-bced-5222addf7859",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"entity_id\": \"string\",\n  \"price\": 10000,\n  \"type\": \"PRODUCT\",\n  \"quantity\": 1,\n  \"discount_percent\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"type\": \"PRODUCT\",\n  \"quantity\": 1,\n  \"price\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"interest_id\": \"string\",\n  \"discount_percent\": 10\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b7b203f2-a885-431d-987a-a63e8901c993",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"entity_id\": \"string\",\n  \"price\": 10000,\n  \"type\": \"PRODUCT\",\n  \"quantity\": 1,\n  \"discount_percent\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35f74ee1-7d74-4bf4-bd2b-449f3e38faec",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"entity_id\": \"string\",\n  \"price\": 10000,\n  \"type\": \"PRODUCT\",\n  \"quantity\": 1,\n  \"discount_percent\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1a7ba511-49e6-4a30-93f2-6ea3700d9d0c",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"entity_id\": \"string\",\n  \"price\": 10000,\n  \"type\": \"PRODUCT\",\n  \"quantity\": 1,\n  \"discount_percent\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "144a2f7d-f35f-4fc5-a8bc-46153dc0a946",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"entity_id\": \"string\",\n  \"price\": 10000,\n  \"type\": \"PRODUCT\",\n  \"quantity\": 1,\n  \"discount_percent\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "996207f8-3147-4125-85ff-4bcff785e9d5",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"entity_id\": \"string\",\n  \"price\": 10000,\n  \"type\": \"PRODUCT\",\n  \"quantity\": 1,\n  \"discount_percent\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a31f8893-63f5-485c-832c-43319aa8fb8c",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"entity_id\": \"string\",\n  \"price\": 10000,\n  \"type\": \"PRODUCT\",\n  \"quantity\": 1,\n  \"discount_percent\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c85273f5-debe-4901-b296-7d1024378f62",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"entity_id\": \"string\",\n  \"price\": 10000,\n  \"type\": \"PRODUCT\",\n  \"quantity\": 1,\n  \"discount_percent\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8e1ff212-0788-4ce4-9040-4e3dc2896587",
          "name": "Get a Product Interest Bundle",
          "request": {
            "name": "Get a Product Interest Bundle",
            "description": {
              "content": "Gets a single Product Interest Bundle.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "productInterestBundles",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "4935f738-60b5-4bf7-b397-45e036c4a8ef",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Premium Bundle\",\n  \"description\": \"Bundle of premium products\",\n  \"product_interests\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"subscription_plan_interests\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "712c5082-94fc-4a05-8bb6-8194575e383c",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1f13c64f-a411-404f-8707-8e57a31f76a7",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6fef18af-d5de-4a9d-8a36-9996289981f5",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "926e6663-75dd-4e43-b24f-a3da0ca30920",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39a1246a-4cda-4719-9c10-3e561ad3d17c",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cc84295f-c26c-41df-beda-0d21d0b6b689",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5149773b-5a72-441d-a114-2bac46f893f7",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "abcbe91f-ffbb-49f0-b735-dba99cdc7e31",
          "name": "Delete a Product Interest Bundle",
          "request": {
            "name": "Delete a Product Interest Bundle",
            "description": {
              "content": "Deletes an existing Product Interest Bundle.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "productInterestBundles",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "6fd38885-39f2-442e-830a-4718269771a4",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "17e35c83-8b0b-4184-9ed0-9cadfda89b11",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c984f68-d1b7-4951-b53a-499e84afee7c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "29eddd4e-178d-431b-bd64-750e6b4a2d5b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fc4a67b5-e35b-4060-9ac9-7434179082e0",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3c8ea9a5-0524-4aa0-b31f-501c153c7022",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "48a8efa5-b714-42e8-bd70-29d8a40f2aec",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f82e760-fd4e-40c4-a7e4-6c8f4a6a7c49",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "03b2b3a4-e8ca-455a-87b7-d833445eae78",
          "name": "Update a Product Interest Bundle",
          "request": {
            "name": "Update a Product Interest Bundle",
            "description": {
              "content": "Updates an existing Product Interest Bundle.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "productInterestBundles",
                ":id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Premium Bundle\",\n  \"description\": \"Bundle of premium products\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "75311692-577a-4199-9213-e6a1ed3c7a2b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Bundle\",\n  \"description\": \"Bundle of premium products\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Premium Bundle\",\n  \"description\": \"Bundle of premium products\",\n  \"product_interests\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"subscription_plan_interests\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a5ba3702-eae2-45ce-a3af-888c45819c61",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Bundle\",\n  \"description\": \"Bundle of premium products\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "536b1607-0269-4dd4-9bf8-dadf0250f07d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Bundle\",\n  \"description\": \"Bundle of premium products\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "af1e08ed-1194-4e0d-bab1-4c591ee225b3",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Bundle\",\n  \"description\": \"Bundle of premium products\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "68f34e55-decd-44f2-b34e-0439a8a12181",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Bundle\",\n  \"description\": \"Bundle of premium products\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c00fca75-6eb4-4c9a-981d-fcaeef3c3ff4",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Bundle\",\n  \"description\": \"Bundle of premium products\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8cceca63-cd5e-4e69-9b62-7e59f549fffa",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Bundle\",\n  \"description\": \"Bundle of premium products\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8f017b60-6e33-4cb7-85eb-9c55d8f968a7",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Bundle\",\n  \"description\": \"Bundle of premium products\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d3d8fc33-de89-4882-9f4a-8db55cd99a48",
          "name": "Delete a Product Interest from an existing Bundle",
          "request": {
            "name": "Delete a Product Interest from an existing Bundle",
            "description": {
              "content": "Deletes an existing Product Interest from an existing Bundle.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "productInterestBundles",
                ":id",
                "interests",
                ":interest_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "interest_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "135c6409-36ab-4dd6-bdfd-fcb1cf47b1a5",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests",
                    ":interest_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "interest_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b3ad4da5-ab4c-4127-8f0b-4b7d421980d1",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests",
                    ":interest_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "interest_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "94750434-74d5-431b-9475-8761a57e1b29",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests",
                    ":interest_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "interest_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fa0fbef5-33c6-4229-99a7-8bd54cbd39ee",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests",
                    ":interest_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "interest_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "36250b4e-c59a-4648-a790-9c39ba00865a",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests",
                    ":interest_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "interest_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d75a5da-8871-46db-abe1-b8182a5e5999",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests",
                    ":interest_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "interest_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4275af48-6c02-47d3-a4d1-1050d746f638",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests",
                    ":interest_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "interest_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "475275cf-e7d1-44da-a561-409ca9bd5e40",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests",
                    ":interest_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "interest_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ec3da787-9a00-4ee9-a96e-12c2bcd068a6",
          "name": "Update a Product Interest in an existing Bundle",
          "request": {
            "name": "Update a Product Interest in an existing Bundle",
            "description": {
              "content": "Updates an existing Product Interest in an existing Bundle.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "productInterestBundles",
                ":id",
                "interests",
                ":interest_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "id",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "interest_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"price\": 10000,\n  \"quantity\": 1,\n  \"discount_percent\": 10\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "aa6e48e2-a6ba-4293-a4bc-b6db52a533f4",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests",
                    ":interest_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "interest_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"price\": 10000,\n  \"quantity\": 1,\n  \"discount_percent\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"type\": \"PRODUCT\",\n  \"quantity\": 1,\n  \"price\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"interest_id\": \"string\",\n  \"discount_percent\": 10\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "548f1b59-ae27-40ea-93d6-3d7d7ce687a0",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests",
                    ":interest_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "interest_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"price\": 10000,\n  \"quantity\": 1,\n  \"discount_percent\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1aaa0792-f34a-41ed-babc-62e6df742978",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests",
                    ":interest_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "interest_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"price\": 10000,\n  \"quantity\": 1,\n  \"discount_percent\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cfd00d8e-4dd9-465b-85d8-2a2cfe035a45",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests",
                    ":interest_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "interest_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"price\": 10000,\n  \"quantity\": 1,\n  \"discount_percent\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "327d1096-7afb-47b7-bf02-da97877c56f0",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests",
                    ":interest_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "interest_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"price\": 10000,\n  \"quantity\": 1,\n  \"discount_percent\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2600db9a-4ea0-4a4c-a8ce-2902bc2d5fa8",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests",
                    ":interest_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "interest_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"price\": 10000,\n  \"quantity\": 1,\n  \"discount_percent\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "582fc3e2-5761-4983-9985-d56c6f605a20",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests",
                    ":interest_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "interest_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"price\": 10000,\n  \"quantity\": 1,\n  \"discount_percent\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aa0ffc29-0f89-4dc5-b5db-bbd0b2a5ac89",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "productInterestBundles",
                    ":id",
                    "interests",
                    ":interest_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "id",
                      "description": "(Required) "
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "interest_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"price\": 10000,\n  \"quantity\": 1,\n  \"discount_percent\": 10\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "51ec82bd-7569-4c90-a426-55def8badfd2",
      "name": "Products",
      "description": {
        "content": "Products endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "45dbdbe2-e07e-4399-90c9-4743582a2313",
          "name": "List Products",
          "request": {
            "name": "List Products",
            "description": {
              "content": "Retrieves a list of Products",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `name` - Wildcard matching allowed\n- (String) `sku` - Wildcard matching allowed\n- (String) `description` - Wildcard matching allowed\n- (String) `short_description` - Wildcard matching allowed\n- (String) `product_id` - supports comparison operators: `==`, `>`, `<`, `>=`, `<=`\n- (List[String]) `product_ids` - accepts a comma-separated list of product IDs\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`.\n\nFor fields which allow wildcard matching, you may use the * wildcard character (or its encoded form %2A)\nfor case-insensitive partial matching on text fields. Example of a valid pattern of wildcard usage:\n- `field==foo*` finds anything in `field` that begins with `foo`\n\nFor the filters listed above, here are some examples:\n- `filter=name%3D%3Dtestsearch`\n- `filter=name%3D%3Dtest*` (starts with \"test\")\n- `filter=sku%3D%3Dtestsearch`\n- `filter=sku%3D%3DSKU*` (starts with \"SKU\")\n- `filter=product_id>5` (product ID greater than 5)\n- `filter=product_id>=10` (product ID greater than or equal to 10)\n- `filter=product_id%3D%3D42` (product ID equals 42)\n- `filter=product_ids%3D%3D1,2,3,4,5` (products with IDs 1, 2, 3, 4, or 5)\n- `filter=name%3D%3Dtestsearch%3Bsku%3D%3Dtestsearch`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `name`\n- `sku`\n- `last_updated_time`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "01c15d75-6a21-4312-bb06-d007d0f8536e",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"products\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db72cfba-2410-4464-b337-bf078a2b0745",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "473271dc-724f-485a-8ba6-10f78ffd62b1",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eb7abe24-2559-47bb-8a7c-76b63e6d7ae2",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da55a6c0-cacd-40df-9480-e792d495b3ab",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d46963a-455a-4310-80ec-894fd6c97503",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "99fd1da5-c3e9-4ba0-bfa2-f1d1c1d50e11",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "36e12931-b67f-4073-b559-59f4d5b872ac",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8c3b87f7-61df-4dd5-9264-551cee32f177",
          "name": "Create a Product",
          "request": {
            "name": "Create a Product",
            "description": {
              "content": "Creates a new product",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Premium Widget\",\n  \"price\": 1250,\n  \"short_description\": \"Premium widget\",\n  \"sku\": \"PROD-001\",\n  \"active\": true,\n  \"description\": \"A high-quality widget\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"inventory\": {\n    \"inventory_limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"inventory_count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"out_of_stock_enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_for_inventory_notifications\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": true,\n  \"needs_digital_delivery\": true,\n  \"delivery_description\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "f1f8e0fb-1959-4555-8c9b-023c0ce17e06",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"price\": 1250,\n  \"short_description\": \"Premium widget\",\n  \"sku\": \"PROD-001\",\n  \"active\": true,\n  \"description\": \"A high-quality widget\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"inventory\": {\n    \"inventory_limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"inventory_count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"out_of_stock_enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_for_inventory_notifications\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": true,\n  \"needs_digital_delivery\": true,\n  \"delivery_description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Premium Widget\",\n  \"price\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"active\": true,\n  \"description\": \"A high-quality widget for all your needs\",\n  \"sku\": \"PROD-001\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"categories\": [\n    \"string\",\n    \"string\"\n  ],\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"inventory\": {\n    \"inventory_limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"inventory_count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"out_of_stock_enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_for_inventory_notifications\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"short_description\": \"Premium widget\",\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"subscription_plans\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": true,\n  \"needs_digital_delivery\": true,\n  \"has_legacy_image\": true,\n  \"delivery_description\": \"string\",\n  \"create_time\": \"string\",\n  \"update_time\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c1bab9d0-eb3a-4815-961e-ad59262a97db",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"price\": 1250,\n  \"short_description\": \"Premium widget\",\n  \"sku\": \"PROD-001\",\n  \"active\": true,\n  \"description\": \"A high-quality widget\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"inventory\": {\n    \"inventory_limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"inventory_count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"out_of_stock_enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_for_inventory_notifications\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": true,\n  \"needs_digital_delivery\": true,\n  \"delivery_description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bd1158bb-25a8-4a1c-9d54-291c05c9dcb3",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"price\": 1250,\n  \"short_description\": \"Premium widget\",\n  \"sku\": \"PROD-001\",\n  \"active\": true,\n  \"description\": \"A high-quality widget\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"inventory\": {\n    \"inventory_limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"inventory_count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"out_of_stock_enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_for_inventory_notifications\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": true,\n  \"needs_digital_delivery\": true,\n  \"delivery_description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fd47b87f-a2ba-4366-8db2-1d7df16e41cc",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"price\": 1250,\n  \"short_description\": \"Premium widget\",\n  \"sku\": \"PROD-001\",\n  \"active\": true,\n  \"description\": \"A high-quality widget\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"inventory\": {\n    \"inventory_limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"inventory_count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"out_of_stock_enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_for_inventory_notifications\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": true,\n  \"needs_digital_delivery\": true,\n  \"delivery_description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ea750051-71f1-4e63-8785-36ad5ce7a579",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"price\": 1250,\n  \"short_description\": \"Premium widget\",\n  \"sku\": \"PROD-001\",\n  \"active\": true,\n  \"description\": \"A high-quality widget\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"inventory\": {\n    \"inventory_limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"inventory_count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"out_of_stock_enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_for_inventory_notifications\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": true,\n  \"needs_digital_delivery\": true,\n  \"delivery_description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "38c1fc59-3a4e-420b-b10c-d4387eeebb3f",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"price\": 1250,\n  \"short_description\": \"Premium widget\",\n  \"sku\": \"PROD-001\",\n  \"active\": true,\n  \"description\": \"A high-quality widget\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"inventory\": {\n    \"inventory_limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"inventory_count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"out_of_stock_enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_for_inventory_notifications\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": true,\n  \"needs_digital_delivery\": true,\n  \"delivery_description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "faaae233-5c84-4af9-a8f6-aef1ad3a3944",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"price\": 1250,\n  \"short_description\": \"Premium widget\",\n  \"sku\": \"PROD-001\",\n  \"active\": true,\n  \"description\": \"A high-quality widget\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"inventory\": {\n    \"inventory_limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"inventory_count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"out_of_stock_enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_for_inventory_notifications\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": true,\n  \"needs_digital_delivery\": true,\n  \"delivery_description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e03031f-9d4c-4034-b311-09a01db2e713",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"price\": 1250,\n  \"short_description\": \"Premium widget\",\n  \"sku\": \"PROD-001\",\n  \"active\": true,\n  \"description\": \"A high-quality widget\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"inventory\": {\n    \"inventory_limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"inventory_count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"out_of_stock_enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_for_inventory_notifications\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": true,\n  \"needs_digital_delivery\": true,\n  \"delivery_description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f77c8b14-66ef-4be9-bcd7-511c85af4021",
          "name": "Adjust Inventory of a Product",
          "request": {
            "name": "Adjust Inventory of a Product",
            "description": {
              "content": "Increase or decrease the quantity of the Product",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products",
                "{{product_id}}:adjustInventory"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"type\": \"INCREASE\",\n  \"quantity\": 1320\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "a9ff2cc8-b5ee-4a6a-8d95-51aa7dc5bc41",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    "{{product_id}}:adjustInventory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"type\": \"INCREASE\",\n  \"quantity\": 1320\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Premium Widget\",\n  \"price\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"active\": true,\n  \"description\": \"A high-quality widget for all your needs\",\n  \"sku\": \"PROD-001\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"categories\": [\n    \"string\",\n    \"string\"\n  ],\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"inventory\": {\n    \"inventory_limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"inventory_count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"out_of_stock_enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_for_inventory_notifications\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"short_description\": \"Premium widget\",\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"subscription_plans\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": true,\n  \"needs_digital_delivery\": true,\n  \"has_legacy_image\": true,\n  \"delivery_description\": \"string\",\n  \"create_time\": \"string\",\n  \"update_time\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "27e306b0-7fdf-4f27-bf53-ae47be78a0e3",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    "{{product_id}}:adjustInventory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"type\": \"INCREASE\",\n  \"quantity\": 1320\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0aaee81a-2a49-443b-b395-44b04e2256d7",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    "{{product_id}}:adjustInventory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"type\": \"INCREASE\",\n  \"quantity\": 1320\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a8d5d814-db3e-4262-965e-c82ca8e88bb1",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    "{{product_id}}:adjustInventory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"type\": \"INCREASE\",\n  \"quantity\": 1320\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f15a0bbc-9dbc-4bdb-90b3-16892c846f17",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    "{{product_id}}:adjustInventory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"type\": \"INCREASE\",\n  \"quantity\": 1320\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b5a1874-41c0-4fbf-9ae2-25a68a46f975",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    "{{product_id}}:adjustInventory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"type\": \"INCREASE\",\n  \"quantity\": 1320\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8e5668fa-552e-4b17-a003-d00c05084c08",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    "{{product_id}}:adjustInventory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"type\": \"INCREASE\",\n  \"quantity\": 1320\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "480e0983-94cf-408d-b9db-234350887434",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    "{{product_id}}:adjustInventory"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"type\": \"INCREASE\",\n  \"quantity\": 1320\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1dd2aff3-7112-4713-8f71-2011088f1138",
          "name": "List Product Options",
          "request": {
            "name": "List Product Options",
            "description": {
              "content": "Retrieves all options of a Product",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products",
                ":product_id",
                "options"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "description": "(Required) product_id"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "9a2f7dc5-a8ed-4fb2-8a27-d0f1933bc8d5",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"product_options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9cf2a699-a7a9-4163-98af-4956b924742f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "718ef2ad-dabf-4fb6-8512-2d8bdc7586f0",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "140784dc-1b64-43ec-9c07-d6d74f2f19bd",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d9291437-7298-45ec-af4c-24c7bd417192",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bd91d523-4ac5-4fd4-9972-d6d22df4b776",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1da0a5a4-6dc3-4272-97ad-1fdf3fc83cae",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "04c2fc3a-f742-4cd3-9221-8f3b83ee2d5b",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f1c7f7b1-b3e1-453f-bc3b-9980a19b36c2",
          "name": "Create a Product Option",
          "request": {
            "name": "Create a Product Option",
            "description": {
              "content": "Creates a new product option",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products",
                ":product_id",
                "options"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "description": "(Required) product_id"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"option_type\": \"TEXT\",\n  \"required\": false,\n  \"option_label\": \"string\",\n  \"display_order\": 6234,\n  \"list_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"text_rules\": {\n    \"minimum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maximum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allow_spaces\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_starts_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_ends_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_contains\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"error_message\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "65c5aa92-05a6-41d3-968b-95220f36fb34",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"option_type\": \"TEXT\",\n  \"required\": false,\n  \"option_label\": \"string\",\n  \"display_order\": 7600,\n  \"list_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"text_rules\": {\n    \"minimum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maximum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allow_spaces\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_starts_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_ends_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_contains\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"error_message\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"required\": false,\n  \"option_label\": \"string\",\n  \"product_id\": \"string\",\n  \"option_type\": \"LIST\",\n  \"display_order\": 3176,\n  \"list_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"text_rules\": {\n    \"minimum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maximum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allow_spaces\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_starts_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_ends_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_contains\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"error_message\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fd8b5684-a8d9-4665-8686-290cfae8da22",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"option_type\": \"TEXT\",\n  \"required\": false,\n  \"option_label\": \"string\",\n  \"display_order\": 7600,\n  \"list_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"text_rules\": {\n    \"minimum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maximum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allow_spaces\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_starts_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_ends_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_contains\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"error_message\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "abc870a2-621d-48b0-9d8c-5be346d8fa11",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"option_type\": \"TEXT\",\n  \"required\": false,\n  \"option_label\": \"string\",\n  \"display_order\": 7600,\n  \"list_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"text_rules\": {\n    \"minimum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maximum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allow_spaces\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_starts_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_ends_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_contains\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"error_message\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c252fef-c870-4f6d-8819-70ce6092d89b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"option_type\": \"TEXT\",\n  \"required\": false,\n  \"option_label\": \"string\",\n  \"display_order\": 7600,\n  \"list_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"text_rules\": {\n    \"minimum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maximum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allow_spaces\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_starts_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_ends_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_contains\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"error_message\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a55c03d6-7a6a-4a32-b7fe-73f31226afd2",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"option_type\": \"TEXT\",\n  \"required\": false,\n  \"option_label\": \"string\",\n  \"display_order\": 7600,\n  \"list_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"text_rules\": {\n    \"minimum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maximum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allow_spaces\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_starts_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_ends_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_contains\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"error_message\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e844ab4b-5e2e-413a-a00e-dbca2e362f3a",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"option_type\": \"TEXT\",\n  \"required\": false,\n  \"option_label\": \"string\",\n  \"display_order\": 7600,\n  \"list_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"text_rules\": {\n    \"minimum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maximum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allow_spaces\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_starts_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_ends_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_contains\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"error_message\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1ae738f8-b79d-46be-806f-74e0b11b75d0",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"option_type\": \"TEXT\",\n  \"required\": false,\n  \"option_label\": \"string\",\n  \"display_order\": 7600,\n  \"list_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"text_rules\": {\n    \"minimum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maximum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allow_spaces\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_starts_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_ends_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_contains\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"error_message\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a8b70f56-bfa0-47be-82f1-7c72cdfe33cb",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"option_type\": \"TEXT\",\n  \"required\": false,\n  \"option_label\": \"string\",\n  \"display_order\": 7600,\n  \"list_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"text_rules\": {\n    \"minimum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maximum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allow_spaces\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_starts_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_ends_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_contains\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"error_message\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "af709091-ab37-4187-a392-301aaaae6c11",
          "name": "Add a Product Option List Option Value",
          "request": {
            "name": "Add a Product Option List Option Value",
            "description": {
              "content": "Adds product option values to a product option of type LIST",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products",
                ":product_id",
                "options",
                ":product_option_id",
                "listItems"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "description": "(Required) product_id"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_option_id",
                  "description": "(Required) product_option_id"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "[\n  {\n    \"item_label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_display_order\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price_adjustment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"item_label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_display_order\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price_adjustment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "1aa34e67-7d02-4e4e-a12d-40e44d3bc8c6",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"item_label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_display_order\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price_adjustment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"item_label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_display_order\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price_adjustment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"required\": false,\n  \"option_label\": \"string\",\n  \"product_id\": \"string\",\n  \"option_type\": \"LIST\",\n  \"display_order\": 3176,\n  \"list_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"text_rules\": {\n    \"minimum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maximum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allow_spaces\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_starts_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_ends_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_contains\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"error_message\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9165698a-0af6-4515-93ae-417b24b8077a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"item_label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_display_order\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price_adjustment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"item_label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_display_order\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price_adjustment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a69e86aa-3c63-4d8f-a926-c935193ce8be",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"item_label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_display_order\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price_adjustment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"item_label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_display_order\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price_adjustment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b8b59ff-252a-49ff-a1aa-d81245999596",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"item_label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_display_order\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price_adjustment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"item_label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_display_order\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price_adjustment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5ba4bf91-4fac-4022-b832-f1ef6a88d589",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"item_label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_display_order\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price_adjustment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"item_label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_display_order\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price_adjustment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8d2cdd86-2f38-4278-8ba4-18d281565d2d",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"item_label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_display_order\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price_adjustment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"item_label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_display_order\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price_adjustment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f71df36c-6129-447b-ae65-e9929e46e692",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"item_label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_display_order\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price_adjustment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"item_label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_display_order\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price_adjustment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a9f15ce-f563-424d-a6a5-8c5f5d0b3b0b",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "[\n  {\n    \"item_label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_display_order\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price_adjustment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  {\n    \"item_label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"item_display_order\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"price_adjustment\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n]",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8422e9c0-e57b-456e-86d0-4bbddd7fadd4",
          "name": "Create the Product Image",
          "request": {
            "name": "Create the Product Image",
            "description": {
              "content": "Creates the Product Image file and uploads it to the specified Product",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products",
                ":product_id",
                "images"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "legacy",
                  "value": "false",
                  "description": "Set to 'true' if the product image should also be used in legacy cart features. Only one image is allowed. If an image already exists, it will be replaced by the current image."
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "description": "(Required) The product ID"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "multipart/form-data"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "formdata",
              "formdata": [
                {
                  "key": "file",
                  "type": "file",
                  "description": "(Required) The image file to upload"
                }
              ]
            }
          },
          "response": [
            {
              "id": "1d01887a-e54b-4d13-b4c2-ab95e7e700a5",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "legacy",
                      "value": "false"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) The product ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) The image file to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "df721f52-ce45-4e08-adcd-dee94d94b76f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "legacy",
                      "value": "false"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) The product ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) The image file to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11b7c7e9-ee08-49a6-bc7e-da9876ae724d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "legacy",
                      "value": "true"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) The product ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) The image file to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9fd2eb5c-52f6-4f05-89c7-1aa04b96d818",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "legacy",
                      "value": "true"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) The product ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) The image file to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a38f8fa0-9d8c-41af-b165-124feabe8f56",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "legacy",
                      "value": "true"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) The product ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) The image file to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11b04172-eb46-442b-a1ff-be22e3aa98bc",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "legacy",
                      "value": "true"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) The product ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) The image file to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82ac1009-9066-40c2-96d3-c0545b84bb19",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "legacy",
                      "value": "true"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) The product ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) The image file to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bc4b119a-4edd-44ba-a3cc-f1553b96d5e8",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "legacy",
                      "value": "true"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) The product ID"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "formdata",
                  "formdata": [
                    {
                      "description": {
                        "content": "(Required) The image file to upload",
                        "type": "text/plain"
                      },
                      "key": "file",
                      "type": "file"
                    }
                  ]
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a3599473-fab5-4e5a-b34d-d7815eb53559",
          "name": "Delete the Product Image",
          "request": {
            "name": "Delete the Product Image",
            "description": {
              "content": "Deletes the Product Image from the specified Product",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products",
                ":product_id",
                "images"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "description": "(Required) product_id"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "59409d81-e3bb-4d1d-a9c2-53c28a856800",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "5646d841-c298-44aa-bc6d-d47c4dcf2c20",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ad15e8a6-e177-4dfd-b45a-f17132b5011a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0fd4e026-ea8e-44b3-9f01-0e28c4f4a655",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3ed61b7b-da4b-40c4-ae30-a3d5e96fd43b",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "642b00ac-c6ba-4d2a-a16a-de52a52dcae7",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3ba44c9-3868-42f0-8d76-48f10a33577e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9d62e146-dca1-4ebe-97f4-713ec4a57a56",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "70438853-cc64-4557-bd88-bd8bc56e4fd8",
          "name": "Get a Product",
          "request": {
            "name": "Get a Product",
            "description": {
              "content": "Gets a single Product",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products",
                ":product_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "description": "(Required) product_id"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "c1cb82a1-1c12-416f-884b-2ae165913502",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Premium Widget\",\n  \"price\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"active\": true,\n  \"description\": \"A high-quality widget for all your needs\",\n  \"sku\": \"PROD-001\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"categories\": [\n    \"string\",\n    \"string\"\n  ],\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"inventory\": {\n    \"inventory_limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"inventory_count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"out_of_stock_enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_for_inventory_notifications\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"short_description\": \"Premium widget\",\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"subscription_plans\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": true,\n  \"needs_digital_delivery\": true,\n  \"has_legacy_image\": true,\n  \"delivery_description\": \"string\",\n  \"create_time\": \"string\",\n  \"update_time\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46762aa8-8731-4ca4-b966-301788b645dd",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ce2e938-6cfb-4301-b625-8a63de7c0990",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0e285cbf-a95d-4fd0-8db6-890dfea35a87",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f9d41c7a-d69c-42dc-a184-b98f4a756f10",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8519c160-cd50-4821-afde-a679656bb89c",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "62a61b97-a7b5-41ca-a1cc-2a881ede5f60",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5dcefe1a-0c92-41e2-875b-ec9de86c4fb0",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "20d55447-f14a-42f9-a27c-c121564b7beb",
          "name": "Delete a Product",
          "request": {
            "name": "Delete a Product",
            "description": {
              "content": "Deletes a single product",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products",
                ":product_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "description": "(Required) product_id"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "63767fcc-e994-4697-bcf0-072fce95e291",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "dc03b259-96f9-4b87-8d18-b81e08bd6324",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "deead8b3-ba6c-4df8-94d4-97ae389d6d2f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0d47c946-a919-46dd-9be8-60743d9ae26e",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d96a8571-9f1a-4e40-846d-18dfd779d90f",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a63223cf-50b7-4331-94c2-6da8a50daec9",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9881910e-b3a2-4741-8683-1b10d0bc114f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e5791eb2-0375-4e61-a279-d0e0bee298a1",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2d2c88f2-8068-422f-964b-3485821ef43e",
          "name": "Update a Product",
          "request": {
            "name": "Update a Product",
            "description": {
              "content": "Updates a product",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products",
                ":product_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "description": "(Required) product_id"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Premium Widget\",\n  \"sku\": \"PROD-001\",\n  \"price\": 1250,\n  \"active\": true,\n  \"description\": \"A high-quality widget\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"short_description\": \"Premium widget\",\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"inventory_limit\": 100,\n  \"out_of_stock_enabled\": false,\n  \"email_for_inventory_notifications\": \"notify@example.com\",\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": false,\n  \"needs_digital_delivery\": true,\n  \"delivery_description\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "12d18108-1218-4c41-a9a0-6a6747c1b671",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"sku\": \"PROD-001\",\n  \"price\": 1250,\n  \"active\": true,\n  \"description\": \"A high-quality widget\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"short_description\": \"Premium widget\",\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"inventory_limit\": 100,\n  \"out_of_stock_enabled\": false,\n  \"email_for_inventory_notifications\": \"notify@example.com\",\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": false,\n  \"needs_digital_delivery\": true,\n  \"delivery_description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Premium Widget\",\n  \"price\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"active\": true,\n  \"description\": \"A high-quality widget for all your needs\",\n  \"sku\": \"PROD-001\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"categories\": [\n    \"string\",\n    \"string\"\n  ],\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"inventory\": {\n    \"inventory_limit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"inventory_count\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"out_of_stock_enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"email_for_inventory_notifications\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"short_description\": \"Premium widget\",\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"subscription_plans\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": true,\n  \"needs_digital_delivery\": true,\n  \"has_legacy_image\": true,\n  \"delivery_description\": \"string\",\n  \"create_time\": \"string\",\n  \"update_time\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5022a6ba-f016-41c1-b5d4-cf0bf6726d44",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"sku\": \"PROD-001\",\n  \"price\": 1250,\n  \"active\": true,\n  \"description\": \"A high-quality widget\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"short_description\": \"Premium widget\",\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"inventory_limit\": 100,\n  \"out_of_stock_enabled\": false,\n  \"email_for_inventory_notifications\": \"notify@example.com\",\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": false,\n  \"needs_digital_delivery\": true,\n  \"delivery_description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7afe9a48-211a-4062-8156-83184a792a91",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"sku\": \"PROD-001\",\n  \"price\": 1250,\n  \"active\": true,\n  \"description\": \"A high-quality widget\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"short_description\": \"Premium widget\",\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"inventory_limit\": 100,\n  \"out_of_stock_enabled\": false,\n  \"email_for_inventory_notifications\": \"notify@example.com\",\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": false,\n  \"needs_digital_delivery\": true,\n  \"delivery_description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82bb3263-46bf-4862-9791-191d8256228d",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"sku\": \"PROD-001\",\n  \"price\": 1250,\n  \"active\": true,\n  \"description\": \"A high-quality widget\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"short_description\": \"Premium widget\",\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"inventory_limit\": 100,\n  \"out_of_stock_enabled\": false,\n  \"email_for_inventory_notifications\": \"notify@example.com\",\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": false,\n  \"needs_digital_delivery\": true,\n  \"delivery_description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "30b2a841-6b96-4dbf-8f89-18e895eb13f5",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"sku\": \"PROD-001\",\n  \"price\": 1250,\n  \"active\": true,\n  \"description\": \"A high-quality widget\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"short_description\": \"Premium widget\",\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"inventory_limit\": 100,\n  \"out_of_stock_enabled\": false,\n  \"email_for_inventory_notifications\": \"notify@example.com\",\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": false,\n  \"needs_digital_delivery\": true,\n  \"delivery_description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0cd4df12-2a94-4921-bed3-5d644f8f48f6",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"sku\": \"PROD-001\",\n  \"price\": 1250,\n  \"active\": true,\n  \"description\": \"A high-quality widget\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"short_description\": \"Premium widget\",\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"inventory_limit\": 100,\n  \"out_of_stock_enabled\": false,\n  \"email_for_inventory_notifications\": \"notify@example.com\",\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": false,\n  \"needs_digital_delivery\": true,\n  \"delivery_description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ca88377f-dfbd-4d02-8182-7cfea5c98d26",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"sku\": \"PROD-001\",\n  \"price\": 1250,\n  \"active\": true,\n  \"description\": \"A high-quality widget\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"short_description\": \"Premium widget\",\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"inventory_limit\": 100,\n  \"out_of_stock_enabled\": false,\n  \"email_for_inventory_notifications\": \"notify@example.com\",\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": false,\n  \"needs_digital_delivery\": true,\n  \"delivery_description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a9921a0-e702-4d06-8609-b4c4aba72c43",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Premium Widget\",\n  \"sku\": \"PROD-001\",\n  \"price\": 1250,\n  \"active\": true,\n  \"description\": \"A high-quality widget\",\n  \"shippable\": true,\n  \"weight\": 2.5,\n  \"taxable\": true,\n  \"short_description\": \"Premium widget\",\n  \"subscription_only\": false,\n  \"storefront_hidden\": false,\n  \"country_taxable\": false,\n  \"state_taxable\": true,\n  \"city_taxable\": false,\n  \"inventory_limit\": 100,\n  \"out_of_stock_enabled\": false,\n  \"email_for_inventory_notifications\": \"notify@example.com\",\n  \"top_html\": \"string\",\n  \"bottom_html\": \"string\",\n  \"is_package\": false,\n  \"needs_digital_delivery\": true,\n  \"delivery_description\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ea03dd7f-88dc-47f9-b221-7e101b882395",
          "name": "Get Product Option",
          "request": {
            "name": "Get Product Option",
            "description": {
              "content": "Retrieves a Product Option",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products",
                ":product_id",
                "options",
                ":product_option_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "description": "(Required) product_id"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_option_id",
                  "description": "(Required) product_option_id"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "2484d602-198d-4389-ba88-c8d84ddc8660",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"required\": false,\n  \"option_label\": \"string\",\n  \"product_id\": \"string\",\n  \"option_type\": \"LIST\",\n  \"display_order\": 3176,\n  \"list_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"text_rules\": {\n    \"minimum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maximum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allow_spaces\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_starts_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_ends_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_contains\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"error_message\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6070b0ac-0187-4ca6-8a94-c5e3fdd22caf",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e827b657-3a0c-4063-b8fa-5b45180bb0c8",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "631a71ae-c48c-4585-93ea-570a132e0b72",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bdf43ee0-67a5-49e1-b264-5e99a5976ab5",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "63a27bbd-2629-4180-99c4-4981b2fd0cdd",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c2811683-45a5-44d3-a4ac-e1adfdc1f758",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4fea8451-8da8-466d-b6ae-44cf2a7d97ad",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3061e167-bd17-4484-b6cf-8a5ae1ed7e18",
          "name": "Delete a Product Option",
          "request": {
            "name": "Delete a Product Option",
            "description": {
              "content": "Deletes a single product option",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products",
                ":product_id",
                "options",
                ":product_option_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "description": "(Required) product_id"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_option_id",
                  "description": "(Required) product_option_id"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "00efb65f-1f9c-4502-b057-006c76443cf1",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "48ec9b8b-1ee6-46bb-99dc-4f40f619d7d2",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d3746fd2-81e8-410f-94a8-b6d28d596815",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "814310bc-8e3c-4aee-8fb5-7bb5810036ef",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0d568d80-54a4-4ff7-ac63-49b49acf1def",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bbd17b9a-fb08-4671-82e8-24f92edb080c",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bac30abe-d728-4bce-948f-3ea0d747dbad",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7d5fa9f9-0f55-42b0-8bff-b6d9f64cc6b4",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "81bcb6c5-2dbc-4d04-babe-2ea66ecc007d",
          "name": "Updates a Product Option",
          "request": {
            "name": "Updates a Product Option",
            "description": {
              "content": "Updates a product option",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products",
                ":product_id",
                "options",
                ":product_option_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "description": "(Required) product_id"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_option_id",
                  "description": "(Required) product_option_id"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"required\": true,\n  \"option_label\": \"string\",\n  \"display_order\": 864,\n  \"minimum_characters\": 6520,\n  \"maximum_characters\": 2555,\n  \"allow_spaces\": true,\n  \"only_starts_with\": \"NONE\",\n  \"only_ends_with\": \"NONE\",\n  \"only_contains\": \"LETTER\",\n  \"error_message\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "162a0137-ed48-4b67-8d04-ba123fdd79fe",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"required\": true,\n  \"option_label\": \"string\",\n  \"display_order\": 864,\n  \"minimum_characters\": 6520,\n  \"maximum_characters\": 2555,\n  \"allow_spaces\": true,\n  \"only_starts_with\": \"NONE\",\n  \"only_ends_with\": \"NONE\",\n  \"only_contains\": \"LETTER\",\n  \"error_message\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"required\": false,\n  \"option_label\": \"string\",\n  \"product_id\": \"string\",\n  \"option_type\": \"LIST\",\n  \"display_order\": 3176,\n  \"list_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"text_rules\": {\n    \"minimum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maximum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allow_spaces\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_starts_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_ends_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_contains\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"error_message\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44054ad7-331b-4013-a123-e24a0d0e93c5",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"required\": true,\n  \"option_label\": \"string\",\n  \"display_order\": 864,\n  \"minimum_characters\": 6520,\n  \"maximum_characters\": 2555,\n  \"allow_spaces\": true,\n  \"only_starts_with\": \"NONE\",\n  \"only_ends_with\": \"NONE\",\n  \"only_contains\": \"LETTER\",\n  \"error_message\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "87284bc3-1356-41ef-b534-8dcbd61ac4f3",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"required\": true,\n  \"option_label\": \"string\",\n  \"display_order\": 864,\n  \"minimum_characters\": 6520,\n  \"maximum_characters\": 2555,\n  \"allow_spaces\": true,\n  \"only_starts_with\": \"NONE\",\n  \"only_ends_with\": \"NONE\",\n  \"only_contains\": \"LETTER\",\n  \"error_message\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b473d8af-97f0-4ebb-bb05-ecc549ece781",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"required\": true,\n  \"option_label\": \"string\",\n  \"display_order\": 864,\n  \"minimum_characters\": 6520,\n  \"maximum_characters\": 2555,\n  \"allow_spaces\": true,\n  \"only_starts_with\": \"NONE\",\n  \"only_ends_with\": \"NONE\",\n  \"only_contains\": \"LETTER\",\n  \"error_message\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "42bc5805-e5aa-4d0d-bd81-ae260f2b279c",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"required\": true,\n  \"option_label\": \"string\",\n  \"display_order\": 864,\n  \"minimum_characters\": 6520,\n  \"maximum_characters\": 2555,\n  \"allow_spaces\": true,\n  \"only_starts_with\": \"NONE\",\n  \"only_ends_with\": \"NONE\",\n  \"only_contains\": \"LETTER\",\n  \"error_message\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "481143db-c539-41e8-a42a-8716537ee7cc",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"required\": true,\n  \"option_label\": \"string\",\n  \"display_order\": 864,\n  \"minimum_characters\": 6520,\n  \"maximum_characters\": 2555,\n  \"allow_spaces\": true,\n  \"only_starts_with\": \"NONE\",\n  \"only_ends_with\": \"NONE\",\n  \"only_contains\": \"LETTER\",\n  \"error_message\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "92866ff5-c477-4e71-ac05-8969e644c3c0",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"required\": true,\n  \"option_label\": \"string\",\n  \"display_order\": 864,\n  \"minimum_characters\": 6520,\n  \"maximum_characters\": 2555,\n  \"allow_spaces\": true,\n  \"only_starts_with\": \"NONE\",\n  \"only_ends_with\": \"NONE\",\n  \"only_contains\": \"LETTER\",\n  \"error_message\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d2004eae-c1a9-4d1f-adbc-7f48d34a79fa",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"required\": true,\n  \"option_label\": \"string\",\n  \"display_order\": 864,\n  \"minimum_characters\": 6520,\n  \"maximum_characters\": 2555,\n  \"allow_spaces\": true,\n  \"only_starts_with\": \"NONE\",\n  \"only_ends_with\": \"NONE\",\n  \"only_contains\": \"LETTER\",\n  \"error_message\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bd195aed-9816-464d-8277-7a57c4b4c72f",
          "name": "Delete a Product Option List Item",
          "request": {
            "name": "Delete a Product Option List Item",
            "description": {
              "content": "Deletes a single option value in a Product Option of type LIST",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products",
                ":product_id",
                "options",
                ":product_option_id",
                "listItems",
                ":item_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "description": "(Required) product_id"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_option_id",
                  "description": "(Required) product_option_id"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "item_id",
                  "description": "(Required) item_id"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "01684db4-3f45-401e-9d2f-a60bb814d954",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems",
                    ":item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "item_id",
                      "description": "(Required) item_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "a0161464-fc6a-4bff-8013-7339e5d43d34",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems",
                    ":item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "item_id",
                      "description": "(Required) item_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "491b17e7-b5c5-4187-b1a0-0533c55927c6",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems",
                    ":item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "item_id",
                      "description": "(Required) item_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd58067c-d4d9-4969-9c04-19e396269e27",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems",
                    ":item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "item_id",
                      "description": "(Required) item_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "43014bf4-b591-4ede-a9c4-b1441330b1b9",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems",
                    ":item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "item_id",
                      "description": "(Required) item_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "08b23938-db67-46ed-8d56-22103ddf1ac2",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems",
                    ":item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "item_id",
                      "description": "(Required) item_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9e0d343-e926-4e99-bdc6-d9144912a321",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems",
                    ":item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "item_id",
                      "description": "(Required) item_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f974fd54-9916-400c-93f0-bb581b74f819",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems",
                    ":item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "item_id",
                      "description": "(Required) item_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "17c5a57b-ea72-42b5-86c6-3000e0c89468",
          "name": "Updates a Product Option List Option Value",
          "request": {
            "name": "Updates a Product Option List Option Value",
            "description": {
              "content": "Updates a single product option value",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products",
                ":product_id",
                "options",
                ":product_option_id",
                "listItems",
                ":item_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "description": "(Required) product_id"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_option_id",
                  "description": "(Required) product_option_id"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "item_id",
                  "description": "(Required) item_id"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"item_label\": \"string\",\n  \"item_code\": \"string\",\n  \"item_display_order\": 3704,\n  \"price_adjustment\": 6877.708736462353\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "dc70bb54-9469-4d1e-a70d-f552c118ee1c",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems",
                    ":item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "item_id",
                      "description": "(Required) item_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"item_label\": \"string\",\n  \"item_code\": \"string\",\n  \"item_display_order\": 3704,\n  \"price_adjustment\": 6877.708736462353\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"required\": false,\n  \"option_label\": \"string\",\n  \"product_id\": \"string\",\n  \"option_type\": \"LIST\",\n  \"display_order\": 3176,\n  \"list_items\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"text_rules\": {\n    \"minimum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"maximum_characters\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"allow_spaces\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_starts_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_ends_with\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"only_contains\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"error_message\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "961b8e55-32f4-4a13-ae0a-8136607b23a7",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems",
                    ":item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "item_id",
                      "description": "(Required) item_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"item_label\": \"string\",\n  \"item_code\": \"string\",\n  \"item_display_order\": 3704,\n  \"price_adjustment\": 6877.708736462353\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11642bb5-0e66-43c9-9341-f4a45b83754d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems",
                    ":item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "item_id",
                      "description": "(Required) item_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"item_label\": \"string\",\n  \"item_code\": \"string\",\n  \"item_display_order\": 3704,\n  \"price_adjustment\": 6877.708736462353\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "088ff591-90f4-4132-afe3-43d579c171d3",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems",
                    ":item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "item_id",
                      "description": "(Required) item_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"item_label\": \"string\",\n  \"item_code\": \"string\",\n  \"item_display_order\": 3704,\n  \"price_adjustment\": 6877.708736462353\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1313941e-fb00-4fa5-9b0d-b6ffef134724",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems",
                    ":item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "item_id",
                      "description": "(Required) item_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"item_label\": \"string\",\n  \"item_code\": \"string\",\n  \"item_display_order\": 3704,\n  \"price_adjustment\": 6877.708736462353\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "11e20a04-3584-415e-b724-5c56ce796f4d",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems",
                    ":item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "item_id",
                      "description": "(Required) item_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"item_label\": \"string\",\n  \"item_code\": \"string\",\n  \"item_display_order\": 3704,\n  \"price_adjustment\": 6877.708736462353\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2155df06-d268-42c4-a040-acd2482b1061",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems",
                    ":item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "item_id",
                      "description": "(Required) item_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"item_label\": \"string\",\n  \"item_code\": \"string\",\n  \"item_display_order\": 3704,\n  \"price_adjustment\": 6877.708736462353\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eab9bccc-0ddb-404e-a83b-d25c6b0f4960",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "options",
                    ":product_option_id",
                    "listItems",
                    ":item_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_option_id",
                      "description": "(Required) product_option_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "item_id",
                      "description": "(Required) item_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"item_label\": \"string\",\n  \"item_code\": \"string\",\n  \"item_display_order\": 3704,\n  \"price_adjustment\": 6877.708736462353\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "214df0e3-da2c-4e33-9bf5-4154beba2d24",
          "name": "Retrieve Product Legacy Image Data",
          "request": {
            "name": "Retrieve Product Legacy Image Data",
            "description": {
              "content": "Retrieves the product's legacy image",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products",
                ":product_id",
                "images",
                "legacyImageData"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "description": "(Required) product_id"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "bab84f17-ad83-4e14-a4bd-3f1a5ef4f8dc",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images",
                    "legacyImageData"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"string\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b2453675-a244-4253-821e-391c7c6da4c9",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images",
                    "legacyImageData"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2750bd43-9963-4449-a8db-df4ae93f5cfb",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images",
                    "legacyImageData"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c985341e-59dd-4875-9a2b-ffd214a737c7",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images",
                    "legacyImageData"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5edf9218-d9df-48ef-9df7-ac376ee0bcf5",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images",
                    "legacyImageData"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd9a589f-cd03-476a-8f2f-b332b5132dee",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images",
                    "legacyImageData"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1677e321-9aff-41df-a42e-5fd81e33d936",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images",
                    "legacyImageData"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc3b5e07-f402-4867-81a4-4b19ddf27e2c",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "images",
                    "legacyImageData"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "5c81ac4d-f285-47b8-91ce-f8a0c70b51da",
      "name": "Referral",
      "description": {
        "content": "Referral endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "97fa5232-974b-45d7-bf75-6ef92b4779b4",
          "name": "Create a Referral",
          "request": {
            "name": "Create a Referral",
            "description": {
              "content": "Creates a new referral partner referral on the provided contact",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "referrals"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"contact_id\": \"string\",\n  \"description\": \"Referred via email campaign\",\n  \"source\": \"Email Marketing\",\n  \"referral_partner_id\": \"string\",\n  \"referral_time\": \"2024-05-21T14:30:00Z\",\n  \"expiration_time\": \"2024-08-21T14:30:00Z\",\n  \"ip_address\": \"192.168.1.100\",\n  \"referral_type\": \"COOKIE\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "2d789c97-58c6-483c-a106-e735b333d1ee",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "referrals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"description\": \"Referred via email campaign\",\n  \"source\": \"Email Marketing\",\n  \"referral_partner_id\": \"string\",\n  \"referral_time\": \"2024-05-21T14:30:00Z\",\n  \"expiration_time\": \"2024-08-21T14:30:00Z\",\n  \"ip_address\": \"192.168.1.100\",\n  \"referral_type\": \"COOKIE\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"description\": \"Referred via email campaign\",\n  \"source\": \"Email Marketing\",\n  \"contact_id\": \"string\",\n  \"referral_partner_id\": \"string\",\n  \"referral_time\": \"2024-05-21T23:00:00Z\",\n  \"expiration_time\": \"2024-08-21T23:00:00Z\",\n  \"ip_address\": \"192.168.1.100\",\n  \"referral_type\": \"COOKIE\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66d702cd-498a-490c-9eda-8ddf004fd347",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "referrals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"description\": \"Referred via email campaign\",\n  \"source\": \"Email Marketing\",\n  \"referral_partner_id\": \"string\",\n  \"referral_time\": \"2024-05-21T14:30:00Z\",\n  \"expiration_time\": \"2024-08-21T14:30:00Z\",\n  \"ip_address\": \"192.168.1.100\",\n  \"referral_type\": \"COOKIE\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "352cf470-b692-4e70-afb4-54266dde4d55",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "referrals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"description\": \"Referred via email campaign\",\n  \"source\": \"Email Marketing\",\n  \"referral_partner_id\": \"string\",\n  \"referral_time\": \"2024-05-21T14:30:00Z\",\n  \"expiration_time\": \"2024-08-21T14:30:00Z\",\n  \"ip_address\": \"192.168.1.100\",\n  \"referral_type\": \"COOKIE\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "271d62a3-b11e-4e93-b93f-608ff108cb9f",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "referrals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"description\": \"Referred via email campaign\",\n  \"source\": \"Email Marketing\",\n  \"referral_partner_id\": \"string\",\n  \"referral_time\": \"2024-05-21T14:30:00Z\",\n  \"expiration_time\": \"2024-08-21T14:30:00Z\",\n  \"ip_address\": \"192.168.1.100\",\n  \"referral_type\": \"COOKIE\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db643e79-dd03-4b81-bbcc-438d2b9d341d",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "referrals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"description\": \"Referred via email campaign\",\n  \"source\": \"Email Marketing\",\n  \"referral_partner_id\": \"string\",\n  \"referral_time\": \"2024-05-21T14:30:00Z\",\n  \"expiration_time\": \"2024-08-21T14:30:00Z\",\n  \"ip_address\": \"192.168.1.100\",\n  \"referral_type\": \"COOKIE\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d857c99-ba22-4c50-9e8e-64c627680606",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "referrals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"description\": \"Referred via email campaign\",\n  \"source\": \"Email Marketing\",\n  \"referral_partner_id\": \"string\",\n  \"referral_time\": \"2024-05-21T14:30:00Z\",\n  \"expiration_time\": \"2024-08-21T14:30:00Z\",\n  \"ip_address\": \"192.168.1.100\",\n  \"referral_type\": \"COOKIE\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "91249d49-516d-461e-b1ef-2218a39a1764",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "referrals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"description\": \"Referred via email campaign\",\n  \"source\": \"Email Marketing\",\n  \"referral_partner_id\": \"string\",\n  \"referral_time\": \"2024-05-21T14:30:00Z\",\n  \"expiration_time\": \"2024-08-21T14:30:00Z\",\n  \"ip_address\": \"192.168.1.100\",\n  \"referral_type\": \"COOKIE\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a67a9ae-515c-4558-9ffd-9247a5d83a70",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "referrals"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"description\": \"Referred via email campaign\",\n  \"source\": \"Email Marketing\",\n  \"referral_partner_id\": \"string\",\n  \"referral_time\": \"2024-05-21T14:30:00Z\",\n  \"expiration_time\": \"2024-08-21T14:30:00Z\",\n  \"ip_address\": \"192.168.1.100\",\n  \"referral_type\": \"COOKIE\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "0f631738-06c1-4905-b0b9-45ce5ae3133a",
      "name": "Reporting",
      "description": {
        "content": "Reporting endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "5967f96d-652b-4276-9963-228ce9f79c89",
          "name": "Run a Report",
          "request": {
            "name": "Run a Report",
            "description": {
              "content": "Runs a report as defined in the application (identified as Saved Search)<br/><span>Deprecated as of v2</span>",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "reporting",
                "reports",
                "{{report_id}}:run"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "8451",
                  "description": "(Required) "
                },
                {
                  "disabled": false,
                  "key": "fields",
                  "value": "string",
                  "description": "(Required) "
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null
          },
          "response": [
            {
              "id": "5d503bb8-c2ec-45af-bcda-f817dea253d9",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports",
                    "{{report_id}}:run"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "8451"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"results\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"page_token\": \"eyJsYXN0Um93IjoxMDB9\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a49fa112-c739-41cf-8720-6d85a8e4bc7b",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports",
                    "{{report_id}}:run"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "8451"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82d6767a-468f-4a3b-8eb0-106fa092de92",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports",
                    "{{report_id}}:run"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "8451"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "401392b9-03b5-403b-a1fe-d7479673dacd",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports",
                    "{{report_id}}:run"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "8451"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "41fcfadd-2394-4de7-8a0a-384b56a7e10f",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports",
                    "{{report_id}}:run"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "8451"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ecd61338-8d0b-4d7c-aa57-cfb779c8554b",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports",
                    "{{report_id}}:run"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "8451"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "12cc4918-4d76-42c4-af93-10762ed1e1f6",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports",
                    "{{report_id}}:run"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "8451"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5371e3f8-888a-4a07-9b37-87f9bcbfc565",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports",
                    "{{report_id}}:run"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "8451"
                    },
                    {
                      "key": "fields",
                      "value": "string"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "8b8c8419-ffa8-4937-85a9-52340f75c397",
          "name": "List Reports",
          "request": {
            "name": "List Reports",
            "description": {
              "content": "Retrieves a list of Reports as defined in the application (identified as Saved Search)<br/><span>Deprecated as of v2</span>",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "reporting",
                "reports"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "name%3D%3DMonthly%20Sales",
                  "description": "Filter to apply, allowed fields are:\n- (String) `name`\n- (DateTime) `since_created_time`\n- (DateTime) `until_created_time`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\n word, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=name%3D%3DMonthly%20Sales`\n- `filter=since_created_time%3D%3D2024-01-01`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "name asc",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `name`\n- `created_time`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "51cd4239-3b29-4225-aa7f-df65889154c5",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "name%3D%3DMonthly%20Sales"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "name asc"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"reports\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cdeac0df-e3d5-4beb-a6b7-209e476ea3e3",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "name%3D%3DMonthly%20Sales"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "name asc"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ebace1b-0e09-4f5b-8e4a-4b47f9897e61",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "name%3D%3DMonthly%20Sales"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "name asc"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bd306766-ce26-44b3-92cd-1afc60b09acf",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "name%3D%3DMonthly%20Sales"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "name asc"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "48e5bc6e-018b-462a-abb1-6c30db9209c6",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "name%3D%3DMonthly%20Sales"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "name asc"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78adbc51-1c2a-4ad9-8f46-3b14821813cc",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "name%3D%3DMonthly%20Sales"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "name asc"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d7eb1706-b849-4854-a330-075a41edaa9e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "name%3D%3DMonthly%20Sales"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "name asc"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "945d7a29-11d9-403c-a6d7-2656bdfc9512",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "name%3D%3DMonthly%20Sales"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "name asc"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "32c32af9-92ac-46b8-80c3-f3dfb4c65055",
          "name": "Retrieve Report",
          "request": {
            "name": "Retrieve Report",
            "description": {
              "content": "Retrieves information about a Report as defined in the application (identified as Saved Search)<br/><span>Deprecated as of v2</span>",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "reporting",
                "reports",
                ":report_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "report_id",
                  "description": "(Required) The unique identifier of the report (Saved Search)"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "96f8a97f-b83f-441f-b315-507b3a3a8e1b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports",
                    ":report_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "report_id",
                      "description": "(Required) The unique identifier of the report (Saved Search)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Monthly Sales Report\",\n  \"updated_time\": \"2024-01-15T10:30:00Z\",\n  \"created_time\": \"2024-01-01T08:00:00Z\",\n  \"user_ids\": [\n    \"1\",\n    \"2\",\n    \"ALL_USERS\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "922157ce-2e50-4ccb-83e6-b9c1b373bf55",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports",
                    ":report_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "report_id",
                      "description": "(Required) The unique identifier of the report (Saved Search)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b195bac-c397-4831-a119-41b5f00e8c89",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports",
                    ":report_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "report_id",
                      "description": "(Required) The unique identifier of the report (Saved Search)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d4595b2b-894b-4963-b738-b0db5805d3be",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports",
                    ":report_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "report_id",
                      "description": "(Required) The unique identifier of the report (Saved Search)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d31e6c94-5743-42df-920d-33eb23c841fc",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports",
                    ":report_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "report_id",
                      "description": "(Required) The unique identifier of the report (Saved Search)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e8e361a7-b071-4e1c-9ca1-789a8477638d",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports",
                    ":report_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "report_id",
                      "description": "(Required) The unique identifier of the report (Saved Search)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eb746632-f18c-401f-bf08-6c0c353c7ff8",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports",
                    ":report_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "report_id",
                      "description": "(Required) The unique identifier of the report (Saved Search)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2000a09f-a035-4ac7-83d4-e5d1054f3cb1",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "reporting",
                    "reports",
                    ":report_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "report_id",
                      "description": "(Required) The unique identifier of the report (Saved Search)"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "113ae114-1166-4406-9185-8171659c4808",
      "name": "Sales",
      "description": {
        "content": "Sales endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "3b39916b-dfb3-4bba-af59-b2dea1cfbaf4",
          "name": "Set default Merchant Account",
          "request": {
            "name": "Set default Merchant Account",
            "description": {
              "content": "Sets the specified Merchant Account as the default Merchant Account.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "sales",
                "merchants",
                "{{id}}:setDefault"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null
          },
          "response": [
            {
              "id": "860a2865-247c-415a-a81c-bd69b5cb8eff",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "merchants",
                    "{{id}}:setDefault"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "b38a3cce-c4ef-47a6-90f6-8e779835b504",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "merchants",
                    "{{id}}:setDefault"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9e7c7e2d-692e-4911-b081-146088a49827",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "merchants",
                    "{{id}}:setDefault"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78c349fa-a728-44d5-b4b7-15c338b527c4",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "merchants",
                    "{{id}}:setDefault"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a8fc6247-47e7-496c-a039-6ebf8086189e",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "merchants",
                    "{{id}}:setDefault"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bff534ab-40dd-4c60-ba8c-7fa4b4608cbb",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "merchants",
                    "{{id}}:setDefault"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "09ceac73-78ef-437a-bce8-f95e01b4cfb2",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "merchants",
                    "{{id}}:setDefault"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0a90fd79-18f3-4160-9fd3-b8ca28c96a71",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "merchants",
                    "{{id}}:setDefault"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "79f0ac2d-55e9-4398-b465-020835110bd4",
          "name": "List Transactions",
          "request": {
            "name": "List Transactions",
            "description": {
              "content": "Retrieves a list of sales transactions",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "sales",
                "transactions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `amount` - Allowable operators: \"==\",\"<=\", \"<\", \">=\", \">\", \"!=\"\n- (String) `order_id`\n- (String) `contact_id`\n- (String) `since_time`\n- (String) `until_time`\n- (String) `merchant_account_id`\n- (String) `merchant_account_type`\n- (String) `status`\n- (String) `transaction_method`\n- (String) `is_successful`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=order_id%3D%3D123`\n- `filter=order_id%3D%3D123%3Bcontact_id%3D%3D567`"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `amount`\n- `transaction_time`\n- `contact_id`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "1e5fb63d-22e2-4145-acd6-6d8314b5eca8",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"transactions\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cb35f18a-394e-4d59-81af-efd12c1927e7",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd8e5406-683a-4222-8324-09136f474294",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d6bee3a5-7366-4682-9c11-d68cf3cdd95a",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "75ad5e9d-d816-42ba-a75e-883c5b49e751",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3f18c22b-7cf6-4274-a35c-ad8402ac7d1f",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46e12282-9c3a-4efd-bb73-b4622f644542",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8ebb6899-71f0-4091-bdc2-de939cec5e69",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "transactions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "621f0abb-1fd6-4fe3-9e39-3c2b9f4ee3a0",
          "name": "List Payments",
          "request": {
            "name": "List Payments",
            "description": {
              "content": "Retrieves a list of payments",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "sales",
                "payments"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `id`\n- (String) `amount` - Allowable operators: \"==\",\"<=\", \"<\", \">=\", \">\", \"!=\"\n- (String) `order_id`\n- (String) `contact_id`\n- (String) `since_time`\n- (String) `until_time`\n- (String) `merchant_account_id`\n- (String) `merchant_account_type`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=id%3D%3D123`\n- `filter=order_id%3D%3D123%3Bcontact_id%3D%3D567`"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `id`\n- `amount`\n- `payment_time`\n- `contact_id`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "e009c3b0-f021-48e7-912a-a7d5c89679d5",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"payments\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5fad5e2b-2380-402e-9af3-e32bff6326b4",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd065b19-9462-4f79-8b45-e2015916dc96",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f40be5cf-f578-4163-bf80-a6def9282738",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d748023-e5b6-438a-9e2e-a02deb46815d",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "549fe748-b427-43f3-ad97-5873156b976b",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5840c1b2-72d9-411c-9684-b3552de6d73d",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f8c25f21-bdcd-45f1-a04d-4f2582d2e7fc",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "sales",
                    "payments"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "5e9ca890-88bf-4f09-b5be-55954a887734",
      "name": "Settings",
      "description": {
        "content": "Settings endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "8f6dfec6-7f0e-4962-b93f-0596539b7f95",
          "name": "Get Contact Option types",
          "request": {
            "name": "Get Contact Option types",
            "description": {
              "content": "Gets a list of Contact Option types.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "settings",
                "contactOptionTypes"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "90fef929-8493-4e0d-bc8c-f67122295e5a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "contactOptionTypes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"option_types\": [\n    \"string\",\n    \"string\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5114f44c-94d9-45c0-9ec0-e23b94f9b7f6",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "contactOptionTypes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "74d03e7c-d996-4f67-a320-70bc1b0ab4fe",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "contactOptionTypes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a51ac86b-be36-4965-a959-e18f2c8cca23",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "contactOptionTypes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d9b079e3-b1be-44b8-bfd4-5b02a51d06fd",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "contactOptionTypes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b393d8da-ad30-4f3c-8cb6-9d3b1b1d1f31",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "contactOptionTypes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5de1238b-9d17-45c9-a6ee-fd0f31f8af1c",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "contactOptionTypes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "473e1050-b18d-40a9-bc4a-da5892ecdf6e",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "contactOptionTypes"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1203908a-2686-4703-a682-c64639a317e3",
          "name": "Get Application Status",
          "request": {
            "name": "Get Application Status",
            "description": {
              "content": "Check if the application is enabled or not",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "settings",
                "applications:isEnabled"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "82a3752b-7d6a-4cec-af4c-f3d176707890",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "applications:isEnabled"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"isEnabled\": false\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7199bd39-a19d-44f3-8dc8-9e2ce66f60f2",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "applications:isEnabled"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2665642f-a8bc-4b77-a144-f0f81564dd64",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "applications:isEnabled"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f858f20f-cd0d-4a8c-811f-30cacfbcc3f6",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "applications:isEnabled"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "987d650f-892f-4e77-9937-0ed182ad4803",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "applications:isEnabled"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "112d0756-ad73-4cf6-90b3-3c4fce7c6b08",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "applications:isEnabled"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "49e76c64-9b3f-4495-aa6d-36275a94a99d",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "applications:isEnabled"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2681afd4-0951-4287-9a9a-3fbf31f7c99b",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "applications:isEnabled"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "818f06f7-96bb-4fd2-84c3-44b7f4edeaf6",
          "name": "Get Application Configuration",
          "request": {
            "name": "Get Application Configuration",
            "description": {
              "content": "Get configuration values for the application instance.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "settings",
                "applications:getConfiguration"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "ed1426f3-d1dc-4340-929e-4d0b46feb279",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "applications:getConfiguration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"affiliate\": {\n    \"commission\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"choose_affiliate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"custom_affiliate_url\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"display_affiliate_ip_address\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"do_not_notify_affiliate\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"use_referral_history_if_no_tracking_cookie\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"skip_pay_if_unused\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"appointment\": {\n    \"appointment_types\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"share_opportunity_with_related_user\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"application\": {\n    \"company\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"time_zone\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"default_view_locale\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"features_enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"contact\": {\n    \"title_types\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"suffix_types\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"contact_types\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"phone_types\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"fax_types\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"address_labels\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"disable_contact_edit_in_client_login\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"default_new_contact_form\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"ecommerce\": {\n    \"currency\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"default_country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"default_merchant\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"credit_card_types\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"default_tax\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"payment_types\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"default_to_auto_charge\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"default_charge_max_retry_attempts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"default_number_of_days_between_charge_attempts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"merchant_account_max_retry_attempts\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"promo_codes\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"track_cost_per_unit\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"track_inventory\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"email\": {\n    \"default_opt_in_link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"default_opt_out_link\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"whitelisted_domains\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"hide_emails_to_and_from_domains\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"append_contact_key_to_links\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"forms\": {\n    \"spam_filters_enabled\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"fulfillment\": {\n    \"default_message_to\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"default_message_fields\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"invoice\": {\n    \"tax_label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"note\": {\n    \"appointment_types\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"share_opportunity_with_related_user\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"opportunity\": {\n    \"states\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"default_stage\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"task\": {\n    \"appointment_types\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"share_opportunity_with_related_user\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"template\": {\n    \"default_country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"default_user_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26df993c-8075-467c-8643-28a9313b3614",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "applications:getConfiguration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "89c6c535-e4fe-4071-b97d-cfca0fd0e1ac",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "applications:getConfiguration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e70f825-4154-4560-88ed-8c6668c532cc",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "applications:getConfiguration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e22d0cdc-dd89-4540-87ac-8825204411be",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "applications:getConfiguration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8e1e39bc-96ac-4f0a-8cdd-bee0b40c38ad",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "applications:getConfiguration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3fa41bca-2b37-4e34-8666-71e92ac5a036",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "applications:getConfiguration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d2ce6ed2-5162-462e-89cc-c7b99ab69504",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "settings",
                    "applications:getConfiguration"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "41a43877-cd08-44ff-b917-1f5965d1c911",
      "name": "Shipping",
      "description": {
        "content": "Shipping endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "6d39cfe3-f080-4d4a-bd00-ab2ac666a036",
          "name": "List Shipping methods",
          "request": {
            "name": "List Shipping methods",
            "description": {
              "content": "Retrieves a list of Shipping methods",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "shipping"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "c8972888-44fb-4524-b873-f5304dc89a17",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"shipping_methods\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8abed213-a904-4a59-96c5-4a43030690dc",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b3c7f43a-cf8f-4201-917c-cafb0d444478",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3518bbab-103e-41a9-81f8-c35194667b18",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6cd17040-31aa-474d-9f2c-1ec6cf466c6a",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5aa5129a-ffd4-4306-93ea-55146c5e244f",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5ad3ed4b-a686-4e30-b3f0-37eeddbc2bb8",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "682aaf06-a45e-41a0-8a5d-6a7fec056c08",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "e4ff4a22-b216-4b7c-858d-448f0ed0fd7c",
      "name": "Shipping Discounts",
      "description": {
        "content": "Shipping Discounts endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "b2b37577-9d27-4dd0-96fa-0cb4bc3ca7c6",
          "name": "List all Shipping Discounts",
          "request": {
            "name": "List all Shipping Discounts",
            "description": {
              "content": "Retrieves a list of Shipping Discounts",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "shipping"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (DiscountType) `discount_type`: AMOUNT or PERCENT\n- (Double) `discount_value`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=discount_type%3D%3DAMOUNT`\n- `filter=discount_value%3D%3D4.5`\n- `filter=discount_type%3D%3DAMOUNT%3Bdiscount_value%3D%3D4.5`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `discount_type`\n- `discount_value`\n- `id`\n- `name`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "a3fa9d90-4908-4e85-aa0e-4d3f7d3cb105",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"discounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f670ddac-2069-4e63-9f9c-349beea4487b",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b75b674-73a1-41eb-bda9-7d7c25650f5c",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "32c25fcb-a703-4675-8adb-ea817f290535",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5015eabc-4e9f-4d82-b009-8234fd6dad53",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "051fe0ef-e147-4e25-892b-3391bbae6e42",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2253acd9-dcae-4afb-9c6d-59e8b9a02207",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cd1ab96c-4c80-44e9-8d9f-897b3a49d1cd",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dbe2f28f-10d0-4b49-b444-3a1e08d7e017",
          "name": "Create a Shipping Discount",
          "request": {
            "name": "Create a Shipping Discount",
            "description": {
              "content": "Creates a Shipping Discount",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "shipping"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100,\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "99a54454-60b5-448c-ae61-3bf617ff159d",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100,\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "664a096e-4b69-43c8-8c9b-5d3f92f294de",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100,\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aefa6b2a-48b6-486c-b37f-f50e0f219f4f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100,\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4f710e81-ee0f-4908-a0a2-d47b1cc5e334",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100,\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7fd411ed-805c-4e0a-a470-c0f635c8448b",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100,\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "26e65b0b-f906-44cd-8dbb-b29d080aaf3a",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100,\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3380fc3a-f0b5-4789-9f6a-ae9e64f325f8",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100,\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "80f547cf-21e0-45b9-a787-029d518e441f",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100,\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "103f92fe-5fa0-4c37-9111-f6bc544f0d60",
          "name": "Retrieve a Shipping Discount",
          "request": {
            "name": "Retrieve a Shipping Discount",
            "description": {
              "content": "Retrieves a Shipping Discount",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "shipping",
                ":discount_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "discount_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "1b3a098a-da9f-4f21-9e87-f347e2165eac",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "071ff500-2d82-4f67-b2b2-2c12d6b23ebe",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b8ec4086-1381-40e4-9896-24eab938c968",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "83f10255-3f78-4ec2-b047-f203fdc6684c",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e6e9821a-8ce7-4ac6-b09a-aaf55f1955b5",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "210650a0-1078-4ae8-8785-42fe746f6f2a",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dcaaa093-0637-4a36-993e-1a4704b25727",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "10af7656-a95b-4ba8-8552-f6ac179417ba",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "72e86bc6-3aa5-47b2-b24f-6d3ff00108c5",
          "name": "Delete a Shipping Discount",
          "request": {
            "name": "Delete a Shipping Discount",
            "description": {
              "content": "Deletes a specified Shipping Discount",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "shipping",
                ":discount_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "discount_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "c79a7081-be96-45c2-a956-de1fe29a5b03",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "9a229ec1-8465-4081-8c16-1f0c50f3b07d",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b56852c-09be-49dc-97df-f2b188d80870",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "547a8910-d306-4a0f-8e46-b18c0b0f5ca5",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "342c85ce-81fc-43a5-b10f-ec2a463c2a78",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "acc1db13-11f1-4423-9887-1cfc75f75532",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0fdd377d-23b0-41cb-a5a6-58ae5babec8f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "efcab973-d0c2-4db4-9811-2ba0b5cac0e7",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "11d8e2a4-96db-44a5-8d5a-4e5c2a8e65fb",
          "name": "Update a Shipping Discount",
          "request": {
            "name": "Update a Shipping Discount",
            "description": {
              "content": "Updates a Shipping Discount",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "discounts",
                "shipping",
                ":discount_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "discount_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "72208f2b-cc15-4bff-bfde-ede292ef304b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e2d6bec-0862-4ada-85c6-0055bef245da",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c07471d5-ad0a-4b84-b303-12e252071830",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fa41970a-4e94-42ce-ae12-fd6459b46e88",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "35155bf4-9dac-4caf-ae66-780bfa487969",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "869cebab-6b89-4973-a198-fc0579366071",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "83cef8ae-2df4-460d-8bed-e5067fa8ca17",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7b69221c-cde8-4936-9e10-bc41e0fa1c14",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "discounts",
                    "shipping",
                    ":discount_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "discount_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Free Shipping Over $100\",\n  \"description\": \"Free shipping on orders over $100\",\n  \"criteria\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"discount_type\": \"PERCENT\",\n  \"discount_value\": 100\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "ff27c943-f6b6-4460-9870-d6f5c7b82c59",
      "name": "Subscription Plans",
      "description": {
        "content": "Subscription Plans endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "65e829cc-f056-4766-9f6e-810b277886a7",
          "name": "List Subscription Plans",
          "request": {
            "name": "List Subscription Plans",
            "description": {
              "content": "Retrieves a list of Subscription Plans",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products",
                ":product_id",
                "subscriptions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (Boolean) `active`: true or false\n- (BillingCycle) `cycle_type`: DAILY, WEEKLY, MONTHLY, YEARLY\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=active%3D%3Dtrue`\n- `filter=cycle_type%3D%3DDAILY`\n- `filter=active%3D%3Dfalse%3Bcycle_type%3D%3DWEEKLY`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `id`\n- `product_id`\n\nOne of the following directions:\n- `asc`\n- `desc`\n"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "'-' can be used for a wildcard (/v2/products/-/subscriptions",
                  "key": "product_id",
                  "description": "(Required) product_id"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "893cc99d-21de-4a68-9f09-d06c6077b22a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "'-' can be used for a wildcard (/v2/products/-/subscriptions",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"subscriptions\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "62671b73-8c48-4491-b567-6d86ef4cb349",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "'-' can be used for a wildcard (/v2/products/-/subscriptions",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "786b789f-cf3c-461f-8da8-8446ed956851",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "'-' can be used for a wildcard (/v2/products/-/subscriptions",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e0ef467f-c553-4dd2-ac24-eb5897f9b3b9",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "'-' can be used for a wildcard (/v2/products/-/subscriptions",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "41b3caba-5fd1-47a4-9167-36adfbec7aab",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "'-' can be used for a wildcard (/v2/products/-/subscriptions",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "886096b9-5263-4c7d-852f-8a33ec9556aa",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "'-' can be used for a wildcard (/v2/products/-/subscriptions",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ed0a40fa-d884-4897-ab54-f8d7a4be6350",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "'-' can be used for a wildcard (/v2/products/-/subscriptions",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d96e0c19-b607-45d1-a835-1948ec5dd6a8",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "'-' can be used for a wildcard (/v2/products/-/subscriptions",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "89bb592a-a6fd-4940-9941-01d3ebe6594e",
          "name": "Create Subscription Plan",
          "request": {
            "name": "Create Subscription Plan",
            "description": {
              "content": "Creates a Subscription Plan",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products",
                ":product_id",
                "subscriptions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"cycle_type\": \"MONTHLY\",\n  \"plan_price\": 10000,\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"display_order_index\": 0,\n  \"total_cycles\": 12\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "5394f15d-6418-4f6c-9f4e-be1c9dce48a7",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cycle_type\": \"MONTHLY\",\n  \"plan_price\": 10000,\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"display_order_index\": 0,\n  \"total_cycles\": 12\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"product_id\": \"string\",\n  \"cycle_type\": \"MONTHLY\",\n  \"display_order_index\": 0,\n  \"total_cycles\": 12,\n  \"plan_price\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"preauthorize_amount\": 13\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c088b32e-62e5-4b1b-afed-7cb192337bf6",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cycle_type\": \"MONTHLY\",\n  \"plan_price\": 10000,\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"display_order_index\": 0,\n  \"total_cycles\": 12\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bd981a34-1529-4c98-bd2f-a843eeca8fc1",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cycle_type\": \"MONTHLY\",\n  \"plan_price\": 10000,\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"display_order_index\": 0,\n  \"total_cycles\": 12\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "46eda240-7327-47cb-bb62-78adacda3524",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cycle_type\": \"MONTHLY\",\n  \"plan_price\": 10000,\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"display_order_index\": 0,\n  \"total_cycles\": 12\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b39388aa-ffa9-4983-8a60-4ba415047569",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cycle_type\": \"MONTHLY\",\n  \"plan_price\": 10000,\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"display_order_index\": 0,\n  \"total_cycles\": 12\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7247134b-3352-49ae-907b-b83d0e6dc6e3",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cycle_type\": \"MONTHLY\",\n  \"plan_price\": 10000,\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"display_order_index\": 0,\n  \"total_cycles\": 12\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "41ec5fd0-7d0a-4ee0-bbce-093d95a60420",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cycle_type\": \"MONTHLY\",\n  \"plan_price\": 10000,\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"display_order_index\": 0,\n  \"total_cycles\": 12\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "864455f3-73af-4b37-b781-fab77ac0ad49",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cycle_type\": \"MONTHLY\",\n  \"plan_price\": 10000,\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"display_order_index\": 0,\n  \"total_cycles\": 12\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "56b771a0-d3dc-4682-ae24-74c7d144f78f",
          "name": "Get Subscription Plan",
          "request": {
            "name": "Get Subscription Plan",
            "description": {
              "content": "Retrieves a Subscription Plan",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products",
                ":product_id",
                "subscriptions",
                ":subscription_plan_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "description": "(Required) product_id"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "subscription_plan_id",
                  "description": "(Required) subscription_plan_id"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "7cae15bf-d6f7-4603-aade-60c3e22dc596",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"product_id\": \"string\",\n  \"cycle_type\": \"MONTHLY\",\n  \"display_order_index\": 0,\n  \"total_cycles\": 12,\n  \"plan_price\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"preauthorize_amount\": 13\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eda416e2-5e2e-4b25-90cc-2d8fc4ec2926",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7388de74-0ce2-49e4-8af1-e865c73a29f1",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f610ce65-1677-4865-a556-b6812922aa8d",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "36505a04-6017-4895-99f8-7624c6f9e111",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f76b7561-ae8e-438b-9e6f-e962e49919a3",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "64ca9f60-bf12-4b05-88e0-84ae71c85018",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "95530cda-08db-4c93-9c63-2d25d9830f3f",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "9e649126-b995-4cfb-8734-eff2bbda714f",
          "name": "Delete Subscription Plan",
          "request": {
            "name": "Delete Subscription Plan",
            "description": {
              "content": "Deletes a Subscription Plan",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products",
                ":product_id",
                "subscriptions",
                ":subscription_plan_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "description": "(Required) product_id"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "subscription_plan_id",
                  "description": "(Required) subscription_plan_id"
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "b0bf9e87-6560-4f5a-bbdf-7b3d22dfa159",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "57058b81-23a2-4c86-87d3-ea5dc3e06d41",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b40cba50-89dd-4366-90ca-dd5c7779649a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2215eede-e6bb-4cab-88d8-96c39a66cdd4",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "82066131-f3ef-497f-ba50-06a9b6ead4e2",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2916f227-afcb-4097-9076-7158bb70b153",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aae2f90f-3d37-49fd-a913-365295852359",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8ab0663f-94ad-4ff8-8649-5bb59ac8420b",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "84bc8f27-17ac-4123-a06c-3977c4b4f7f8",
          "name": "Update Subscription Plan",
          "request": {
            "name": "Update Subscription Plan",
            "description": {
              "content": "Updates a Subscription Plan",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "products",
                ":product_id",
                "subscriptions",
                ":subscription_plan_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "product_id",
                  "description": "(Required) product_id"
                },
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "subscription_plan_id",
                  "description": "(Required) subscription_plan_id"
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"cycle_type\": \"MONTHLY\",\n  \"plan_price\": 10000,\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"display_order_index\": 0,\n  \"total_cycles\": 12\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "9150b719-eff4-48ef-a852-035f102f2a9c",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cycle_type\": \"MONTHLY\",\n  \"plan_price\": 10000,\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"display_order_index\": 0,\n  \"total_cycles\": 12\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"product_id\": \"string\",\n  \"cycle_type\": \"MONTHLY\",\n  \"display_order_index\": 0,\n  \"total_cycles\": 12,\n  \"plan_price\": {\n    \"amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"currency_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"formatted_amount\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"preauthorize_amount\": 13\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "edabc4c3-e1ce-42d4-848b-9ca63c5c89ae",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cycle_type\": \"MONTHLY\",\n  \"plan_price\": 10000,\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"display_order_index\": 0,\n  \"total_cycles\": 12\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1f9a7fad-b8e2-418c-bca3-60fc4e52b22b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cycle_type\": \"MONTHLY\",\n  \"plan_price\": 10000,\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"display_order_index\": 0,\n  \"total_cycles\": 12\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "94c218ac-04a5-4b4b-a9ff-9bd40fb97b6b",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cycle_type\": \"MONTHLY\",\n  \"plan_price\": 10000,\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"display_order_index\": 0,\n  \"total_cycles\": 12\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5a7e389c-7379-4fd8-843e-f3a1aad37286",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cycle_type\": \"MONTHLY\",\n  \"plan_price\": 10000,\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"display_order_index\": 0,\n  \"total_cycles\": 12\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "570e5f61-69f2-402d-bbbd-86bc6da8898a",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cycle_type\": \"MONTHLY\",\n  \"plan_price\": 10000,\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"display_order_index\": 0,\n  \"total_cycles\": 12\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "be68cb93-d4a2-4616-8c7c-d12eca6c611f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cycle_type\": \"MONTHLY\",\n  \"plan_price\": 10000,\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"display_order_index\": 0,\n  \"total_cycles\": 12\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fd19f38c-7e57-4fad-9803-a8300badd939",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "products",
                    ":product_id",
                    "subscriptions",
                    ":subscription_plan_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "product_id",
                      "description": "(Required) product_id"
                    },
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_plan_id",
                      "description": "(Required) subscription_plan_id"
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"cycle_type\": \"MONTHLY\",\n  \"plan_price\": 10000,\n  \"active\": true,\n  \"frequency\": 1,\n  \"allow_prorating\": false,\n  \"display_order_index\": 0,\n  \"total_cycles\": 12\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "fcaedb55-be34-402d-9f82-3bd65cadfa51",
      "name": "Subscriptions",
      "description": {
        "content": "Subscriptions endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "1fd49239-8e37-45a3-9d57-3f3befa092c8",
          "name": "List Subscriptions",
          "request": {
            "name": "List Subscriptions",
            "description": {
              "content": "Retrieves a list of subscriptions using the specified search criteria.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "subscriptions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `contact_id`\n- (String) `subscription_plan_id`\n- (String) `status`\n- (String) `id` - Allowable operators: \"==\", \"<=\", \"<\", \">=\", \">\", \"!=\"\n- (String) `billing_amount` - Allowable operators: \"==\", \"<=\", \"<\", \">=\", \">\", \"!=\"\n- (List[String]) `ids`\n- (List[String]) `subscription_plan_ids`\n\nYou will need to apply the `==` operator (or other supported operators), to check the equality of one of the filters with your searched word, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=contact_id%3D%3D123`\n- `filter=subscription_plan_id%3D%3D456`\n- `filter=status%3D%3DActive`\n- `filter=id%3E5`\n- `filter=billing_amount%3E%3D100`\n- `filter=ids%3D%3D1,10,4,24`\n- `filter=subscription_plan_ids%3D%3D10,20,30`\n- `filter=contact_id%3D%3D123%3Bstatus%3D%3DActive`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `id`\n- `contact_id`\n- `subscription_plan_id`\n- `modification_time`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "c73eedc5-955c-4f90-ad21-9e6874abead3",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"subscriptions\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4b59296e-cc88-4a99-8e58-d71edbfc1ed4",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dc43dcdf-c135-4e00-83cb-450ae4237dd3",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d93bdb7a-7b64-4184-be76-d8402db546a1",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "efcc0a23-0c54-4de9-9005-78c196d184d3",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d4465ace-f645-408a-bf89-333d8eb1449d",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28071cea-c258-4088-b894-5b22e5135a95",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "51662a89-6057-4241-ac7e-6c93e9597a4b",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d3709fc5-583c-4141-831f-b686f29152ee",
          "name": "Create Subscription",
          "request": {
            "name": "Create Subscription",
            "description": {
              "content": "Creates a subscription with the specified product and product subscription id.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "subscriptions"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"contact_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"quantity\": 1,\n  \"active\": true,\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"start_date\": \"2024-05-21\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"allow_duplicate\": false,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "79d60401-24a7-4d1c-9ee4-2b1287e82ae6",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"quantity\": 1,\n  \"active\": true,\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"start_date\": \"2024-05-21\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"allow_duplicate\": false,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"quantity\": 1,\n  \"active\": true,\n  \"contact_id\": \"string\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"billing_frequency\": 30,\n  \"billing_cycle\": \"MONTH\",\n  \"start_date\": \"2024-05-21\",\n  \"last_bill_date\": \"2024-05-21\",\n  \"next_bill_date\": \"2024-06-21\",\n  \"end_date\": \"2025-05-21\",\n  \"merchant_account_id\": \"string\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested cancellation\",\n  \"modification_time\": \"2025-06-15T10:30:00Z\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e760d014-d6a8-463e-ad67-a0ee92ff2784",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"quantity\": 1,\n  \"active\": true,\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"start_date\": \"2024-05-21\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"allow_duplicate\": false,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0f55006d-862e-4e46-ad74-005d323442b5",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"quantity\": 1,\n  \"active\": true,\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"start_date\": \"2024-05-21\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"allow_duplicate\": false,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4d2b94d9-3566-46d3-9508-7c863e481120",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"quantity\": 1,\n  \"active\": true,\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"start_date\": \"2024-05-21\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"allow_duplicate\": false,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a4a1c0ac-3128-48e2-b6f4-a0a0a0bf0901",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"quantity\": 1,\n  \"active\": true,\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"start_date\": \"2024-05-21\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"allow_duplicate\": false,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c0c18c07-0ae0-4886-810a-932ba281b520",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"quantity\": 1,\n  \"active\": true,\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"start_date\": \"2024-05-21\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"allow_duplicate\": false,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d224964f-8c32-4d37-b5a0-df0ecd3fb89a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"quantity\": 1,\n  \"active\": true,\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"start_date\": \"2024-05-21\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"allow_duplicate\": false,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2d0ef974-8bbf-408e-a5a5-8f8a0628e69d",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"quantity\": 1,\n  \"active\": true,\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"start_date\": \"2024-05-21\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"allow_duplicate\": false,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b7d3a324-96f5-4ab4-8002-49d3025a09f8",
          "name": "Cancel Subscription",
          "request": {
            "name": "Cancel Subscription",
            "description": {
              "content": "Cancels the specified subscription",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "subscriptions",
                "{{subscription_id}}:deactivate"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"reason\": \"Customer request\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "38d065f8-0759-425d-81ea-711967648204",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "{{subscription_id}}:deactivate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"Customer request\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "ee76ae7a-3949-4c86-b082-73f699d57857",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "{{subscription_id}}:deactivate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"Customer request\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fc1731e9-4190-483a-abe5-550f86bdc1b3",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "{{subscription_id}}:deactivate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"Customer request\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d363d9dc-6df7-4da4-9b32-b09716792e1e",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "{{subscription_id}}:deactivate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"Customer request\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28cae7e2-2b88-4cff-a8e8-6e6ebab52980",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "{{subscription_id}}:deactivate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"Customer request\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e18d040a-6c5d-4a39-80de-ccb15032ddbd",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "{{subscription_id}}:deactivate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"Customer request\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "496bd85e-4d4a-4efa-8a17-1d3810e41aa8",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "{{subscription_id}}:deactivate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"Customer request\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ee87c39d-86d5-447f-8b7a-84c9fcbc30b4",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "{{subscription_id}}:deactivate"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"reason\": \"Customer request\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "965cab99-ce34-4324-9519-3ed0d108142b",
          "name": "Create a Subscription Custom Field",
          "request": {
            "name": "Create a Subscription Custom Field",
            "description": {
              "content": "Creates a custom field of the specified type and options to the Subscription object",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "subscriptions",
                "model",
                "customFields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"field_type\": \"DROPDOWN\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "9043211c-d764-4c4a-a17e-56b7b235afaa",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"record_type\": \"TASK_NOTE_APPOINTMENT\",\n  \"field_type\": \"USER\",\n  \"default_value\": \"string\",\n  \"group_id\": \"string\",\n  \"field_name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "996f240b-690e-465c-9f34-df642477fb67",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fd71494c-8894-40b8-a176-5160999539e7",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a9bd2e5-5a30-453a-a520-c4e7735ad096",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4842a8b6-36b4-4ce1-8b54-22e1b4a86632",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c1d59d60-e7cd-4e12-a945-184215f0979a",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8a91777b-c2e6-4f7e-bbb9-6eac05c5c2f7",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c9d0ef1-175c-492e-a051-04c4deaa4428",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "44be033e-0eb9-47ee-a0cc-ed6d9b03bc8f",
          "name": "Retrieve a Subscription",
          "request": {
            "name": "Retrieve a Subscription",
            "description": {
              "content": "Retrieves a single subscription",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "subscriptions",
                ":subscription_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "subscription_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "b8b58971-ac93-462f-9583-4de0090b886c",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    ":subscription_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"quantity\": 1,\n  \"active\": true,\n  \"contact_id\": \"string\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"billing_frequency\": 30,\n  \"billing_cycle\": \"MONTH\",\n  \"start_date\": \"2024-05-21\",\n  \"last_bill_date\": \"2024-05-21\",\n  \"next_bill_date\": \"2024-06-21\",\n  \"end_date\": \"2025-05-21\",\n  \"merchant_account_id\": \"string\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested cancellation\",\n  \"modification_time\": \"2025-06-15T10:30:00Z\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "98fad342-6617-44e7-8f44-a7d57dc891c4",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    ":subscription_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d211d292-d299-4b17-b620-249d3f413770",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    ":subscription_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44a5c1b9-c6c5-4230-89f6-35cf0004fc6a",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    ":subscription_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "eb026ec1-7912-4c34-a3a3-4b1d7578750b",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    ":subscription_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4e7051aa-1387-412c-9d0d-6141f61c6994",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    ":subscription_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e66ec33-b158-4bc5-bb01-bae46a26bf08",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    ":subscription_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3f702ce-d48d-49ec-b2a7-a9b7c43510e0",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    ":subscription_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bb5a2a24-aff1-44e7-8378-3603232d4d88",
          "name": "Update a Subscription",
          "request": {
            "name": "Update a Subscription",
            "description": {
              "content": "Updates a Subscription",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "subscriptions",
                ":subscription_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "subscription_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"quantity\": 1,\n  \"active\": true,\n  \"contact_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"billing_frequency\": 30,\n  \"billing_cycle\": \"MONTH\",\n  \"next_bill_date\": \"2024-06-21\",\n  \"end_date\": \"2025-05-21\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested cancellation\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "5c410bcc-7a70-45ad-be00-d86dbab67bc0",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    ":subscription_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"quantity\": 1,\n  \"active\": true,\n  \"contact_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"billing_frequency\": 30,\n  \"billing_cycle\": \"MONTH\",\n  \"next_bill_date\": \"2024-06-21\",\n  \"end_date\": \"2025-05-21\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested cancellation\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"quantity\": 1,\n  \"active\": true,\n  \"contact_id\": \"string\",\n  \"product_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"billing_frequency\": 30,\n  \"billing_cycle\": \"MONTH\",\n  \"start_date\": \"2024-05-21\",\n  \"last_bill_date\": \"2024-05-21\",\n  \"next_bill_date\": \"2024-06-21\",\n  \"end_date\": \"2025-05-21\",\n  \"merchant_account_id\": \"string\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested cancellation\",\n  \"modification_time\": \"2025-06-15T10:30:00Z\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "aff51cf0-16f9-4f35-b906-9af91b1309f7",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    ":subscription_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"quantity\": 1,\n  \"active\": true,\n  \"contact_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"billing_frequency\": 30,\n  \"billing_cycle\": \"MONTH\",\n  \"next_bill_date\": \"2024-06-21\",\n  \"end_date\": \"2025-05-21\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested cancellation\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1860be82-7a73-479f-952a-dddcd511f6e4",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    ":subscription_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"quantity\": 1,\n  \"active\": true,\n  \"contact_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"billing_frequency\": 30,\n  \"billing_cycle\": \"MONTH\",\n  \"next_bill_date\": \"2024-06-21\",\n  \"end_date\": \"2025-05-21\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested cancellation\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "662550b5-b611-448f-8b23-63b8131a5a17",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    ":subscription_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"quantity\": 1,\n  \"active\": true,\n  \"contact_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"billing_frequency\": 30,\n  \"billing_cycle\": \"MONTH\",\n  \"next_bill_date\": \"2024-06-21\",\n  \"end_date\": \"2025-05-21\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested cancellation\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "84ced778-5488-42d1-aadc-2d280a87a109",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    ":subscription_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"quantity\": 1,\n  \"active\": true,\n  \"contact_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"billing_frequency\": 30,\n  \"billing_cycle\": \"MONTH\",\n  \"next_bill_date\": \"2024-06-21\",\n  \"end_date\": \"2025-05-21\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested cancellation\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b3eb7ad3-4944-480c-a41d-6fa6effaf777",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    ":subscription_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"quantity\": 1,\n  \"active\": true,\n  \"contact_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"billing_frequency\": 30,\n  \"billing_cycle\": \"MONTH\",\n  \"next_bill_date\": \"2024-06-21\",\n  \"end_date\": \"2025-05-21\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested cancellation\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "717c7122-7c4d-474b-832f-db20fd155ce7",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    ":subscription_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"quantity\": 1,\n  \"active\": true,\n  \"contact_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"billing_frequency\": 30,\n  \"billing_cycle\": \"MONTH\",\n  \"next_bill_date\": \"2024-06-21\",\n  \"end_date\": \"2025-05-21\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested cancellation\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "63416779-b341-4fba-92f9-e070da961821",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    ":subscription_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "subscription_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"quantity\": 1,\n  \"active\": true,\n  \"contact_id\": \"string\",\n  \"subscription_plan_id\": \"string\",\n  \"billing_amount\": 10000,\n  \"auto_charge\": true,\n  \"max_charge_attempts\": 3,\n  \"days_between_retries\": 5,\n  \"billing_frequency\": 30,\n  \"billing_cycle\": \"MONTH\",\n  \"next_bill_date\": \"2024-06-21\",\n  \"end_date\": \"2025-05-21\",\n  \"payment_method_id\": \"string\",\n  \"allow_tax\": false,\n  \"lead_affiliate_id\": \"string\",\n  \"sale_affiliate_id\": \"string\",\n  \"shipping_address\": {\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"promo_code\": \"PROMO123\",\n  \"shipping_option_id\": \"string\",\n  \"reason_stopped\": \"Customer requested cancellation\",\n  \"custom_fields\": [\n    {\n      \"content\": \"VIP\"\n    },\n    {\n      \"content\": \"Preferred\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "53fea0d7-7583-4e6d-9279-5fb6a1de6058",
          "name": "Delete a Subscription Custom Field",
          "request": {
            "name": "Delete a Subscription Custom Field",
            "description": {
              "content": "Deletes a custom field from the Subscription object",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "subscriptions",
                "model",
                "customFields",
                ":custom_field_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "custom_field_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "e51364d7-8688-4e31-a1b5-3113eb256346",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "881466a8-8ab0-4528-a716-b3948624a6ae",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "447538d7-410b-4a82-a577-8d0bb03414ea",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bec9530a-9620-4cd4-b99a-a62a76ea05b5",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9efaa32f-cc18-4f06-b45f-b5d272b83c50",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "57bf7b4c-6858-4565-941e-98432720dc3c",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6417b373-9f04-465f-b5ce-af0816afe4ff",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a7193549-ef99-4cd9-9224-358a2b9a376a",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bdd4b247-da3e-4a1d-bc36-6c3f9833c209",
          "name": "Update a Subscription Custom Field",
          "request": {
            "name": "Update a Subscription Custom Field",
            "description": {
              "content": "Updates a custom field of the specified type and options to the Subscription object",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "subscriptions",
                "model",
                "customFields",
                ":custom_field_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "custom_field_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "d0a4a7be-1920-48ed-beed-7ee8fce4830b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"record_type\": \"TASK_NOTE_APPOINTMENT\",\n  \"field_type\": \"USER\",\n  \"default_value\": \"string\",\n  \"group_id\": \"string\",\n  \"field_name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7ef88565-4626-44ac-bd3c-1f2f62cbb0e5",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "90cf66f9-7424-4256-8f0d-dd2112f2aed5",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f1ffa9fa-6623-4ca6-91d9-817e61b95cc1",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "95f3028a-1396-477a-bd46-88dd99c47131",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "23c1d909-e2e3-4c4b-b032-fa42bba94eff",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fee60890-d1f5-4558-aca2-d3af19768a3a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "809673b5-8597-436b-b497-0f04df2db9cd",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "7b5549ba-3bef-4422-a980-c29547a5eb04",
          "name": "Retrieve Subscription Custom Field Model",
          "request": {
            "name": "Retrieve Subscription Custom Field Model",
            "description": {
              "content": "Get the custom fields for the Subscription object",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "subscriptions",
                "model"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "8bad04ec-f171-4d51-8187-40dbab3f65bc",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"optional_properties\": [\n    \"string\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "56239d9e-0025-411e-83c4-cee01b75ad2b",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "894150d6-22f8-4edf-bf76-3e1b6606fb82",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "05542689-63c9-4143-9746-81bed8854c90",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b325e9c-1cd9-4fda-b6a0-f5146c3114cd",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "edf17be6-0986-49e3-8232-a423ff9d70df",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d7a5610e-228d-401e-a514-c14e14859608",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5361d8b1-7d27-4d47-a3b8-1f55898c4162",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "subscriptions",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "8fb68176-6de4-4f1e-99a8-6ee239dea6b4",
      "name": "Tags",
      "description": {
        "content": "Tags endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "d81d2feb-0875-40b7-b24a-6d1bbeb551a1",
          "name": "List Tags",
          "request": {
            "name": "List Tags",
            "description": {
              "content": "Retrieves a list of Tags defined in the application\nTo search for `null` or empty fields use `filter==NONE`",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tags"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n\n- (String) `name`\n- (String) `description`\n- (String) `category_id`\n- (String) `tag_ids`\n- (String) `since_create_time`\n- (String) `until_create_time`\n- (String) `since_update_time`\n- (String) `until_update_time`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. If NONE is passed in for `category_id` or `description`, it will check\nfor the non-existence of that field. For the filters listed above, here are some examples:\n\n- `filter=name%3D%3Dmy-tag`\n- `filter=category_id%3D%3DNONE`\n- `filter=description%3D%3DNONE`\n- `filter=tag_ids%3D%3D1,2,3`\n- `filter=since_create_time%3D%3D2024-12-22T01:00:00.000Z;until_create_time%3D%3D2025-01-01T00:00:00.000Z;`"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n\n- `name`\n- `create_time`\n- `update_time`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "9a29e555-6535-471d-86aa-a094e7929ec8",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"tags\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dd1f0930-a865-4496-bad2-aad8ab3458a5",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "38c576a3-c4cf-435f-9a55-836cdfc579b3",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d530a875-8155-4e1a-a7dd-f01678bd842d",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2fd741d8-df7b-4e50-9b7b-faa492ce20dc",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8cab455c-87ba-4768-a40c-fc95315625cb",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d4ac487f-fa29-4e06-bcbe-db19b5c2020b",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f1a20954-75cf-43ea-a430-471ec653f83b",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "65381e7d-746d-473d-ad8a-8e26ca7bf638",
          "name": "Create Tag",
          "request": {
            "name": "Create Tag",
            "description": {
              "content": "Creates a new Tag",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tags"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "7e65db23-dab1-450b-afd7-ebba50b822e3",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6fa2113c-7bfe-427d-ad88-7d8bcfa45d13",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7311b540-d7a7-4d22-8464-c6392607b83b",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8ef299ca-b951-4cf7-87a8-6fd74e5a0c98",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b554283e-2660-4965-825d-d6d728be4110",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d2e1fc1b-16c8-449d-a2be-6e5a95c37ef8",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40c98f3c-dd87-4af5-aa56-5d87b00e9ac6",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "60728932-e6fc-4799-8810-c8c6411b9c5b",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "ab8078ae-a241-4dee-99fd-b1a9556de9df",
          "name": "Remove Tags",
          "request": {
            "name": "Remove Tags",
            "description": {
              "content": "Removes a Tag from a list of Contacts.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tags",
                ":tag_id",
                "contacts:removeTags"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "tag_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "45d497cf-13d7-44de-b5be-eec4063458bb",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts:removeTags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "58020927-f0b8-4c91-a0c8-7dce29873e49",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts:removeTags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9518e32c-c7c6-4869-b8c8-8fc7adb49a16",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts:removeTags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "91bf6747-37e2-4232-b218-5eb86e94d118",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts:removeTags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ee8ab679-60bf-4d3a-80dc-ffeb6b06a69d",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts:removeTags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3a003f02-22ba-4ce9-ae53-5a63254e65f0",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts:removeTags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1766f799-14a5-4a77-9bef-d0f99ea5e20c",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts:removeTags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "abe014cf-dc5c-4a7d-b528-5a807a2f3225",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts:removeTags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bac83582-9ae2-4b46-ba38-8dda5c5ceec7",
          "name": "Apply Tag",
          "request": {
            "name": "Apply Tag",
            "description": {
              "content": "Applies a Tag to a list of Contacts.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tags",
                ":tag_id",
                "contacts:applyTags"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "tag_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\"\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "57d17e09-21c3-4775-befc-98b83aafb3e0",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts:applyTags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"results\": {\n    \"key_0\": \"string\",\n    \"key_1\": \"string\"\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6c68509a-92b2-4e64-9bb0-020c998a9280",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts:applyTags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "291c7b1d-70f3-4ead-8f56-38ec2b136d12",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts:applyTags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5f57783e-734b-4b3a-ad3f-3e4a99633f35",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts:applyTags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c0d0373-19ad-4f6c-aa26-d59a5666e0d6",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts:applyTags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "053ee21b-0a40-4d09-a267-aca5c12e589f",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts:applyTags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40059cc5-b888-45f0-942e-598e68d9fedc",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts:applyTags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3413d490-5cca-49c9-ba5a-593efcb5da2d",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts:applyTags"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"contact_ids\": [\n    \"123\",\n    \"456\"\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5c7441dd-6d6a-4b30-9299-e555c9099de2",
          "name": "List Tag Categories",
          "request": {
            "name": "List Tag Categories",
            "description": {
              "content": "Retrieves a list of defined Tag Categories\nTo search for `null` or empty fields use `filter==NONE`",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tags",
                "categories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `name`\n- (String) `description`\n- (String) `since_create_time`\n- (String) `until_create_time`\n- (String) `since_update_time`\n- (String) `until_update_time`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. If NONE is passed in for `name` or `description`, it will check for the\nnon-existence of that field. For the filters listed above, here are some examples:\n- `filter=name%3D%3Dmy-tag-category`\n- `filter=description%3D%3DNONE`\n- `filter=since_create_time%3D%3D2024-12-22T01:00:00.000Z;until_create_time%3D%3D2025-01-01T00:00:00.000Z;`"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `name`\n- `create_time`\n- `update_time`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "df2f8168-31a0-4edd-a1d5-afc2c31f8db3",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"tag_categories\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "12ca3705-eb98-4cd0-b6cd-041113403952",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3b58012d-4ebe-4190-a3d4-ffd6437c2831",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1000ce94-3422-44f3-828d-3f37b707ef22",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2ac5c10e-2c49-49b6-8785-bdf13b5274b1",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0d4c23d8-7f3d-4b17-a36c-1d7d147e7fc7",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6c6db7db-3c24-4b07-bab4-443d5d17e99f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bedbeac9-ee65-4acc-a200-aad8636b4941",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "56be6eee-656c-4806-86d9-927e472f58cf",
          "name": "Create Tag Category",
          "request": {
            "name": "Create Tag Category",
            "description": {
              "content": "Creates a new Tag Category.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tags",
                "categories"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "7ffcb792-467e-4d6b-b913-f67fefa7d958",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b4ca9b43-05d0-4c9b-8065-0d1fb5c2f5fe",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3c2ff6c2-78ff-4e52-ae46-26d855de9e81",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c60256e8-0834-494d-82df-68dac6668447",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b160b07-9a5c-4b22-9b80-56de30590558",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5bfb2758-587d-49a2-bb9c-014644e5935f",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "65066bac-3348-4a7f-ad52-f9fb8893f802",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fbc4b404-0d07-404a-b695-18b7a7e5fc2c",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "a30b634e-f242-43fd-9f1d-eedf7cfc0f45",
          "name": "Retrieve a Tag",
          "request": {
            "name": "Retrieve a Tag",
            "description": {
              "content": "Retrieves information about the specified Tag",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tags",
                ":tag_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "tag_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "5cbb3a68-03d3-48ac-b32d-bdbef2846fa5",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "df42425b-947a-493c-b393-68fb3a7d8adb",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "81a6475d-238b-47a9-b291-09dc47b7b0f2",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b696a6bf-7554-4744-8f6d-3d490d8b88a1",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e0a55796-15af-4dbb-aee0-18eabd6d408d",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7dc6b092-d7ca-4e89-bab7-932a97fd3300",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6bb6d12-a65e-4ef0-98d4-151f7b6bc08a",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "092779cd-62a1-4dd0-bcd4-caef1e3ef6a2",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b9b11c4a-8e79-4a7e-91c0-69f94aaddd24",
          "name": "Delete Tag",
          "request": {
            "name": "Delete Tag",
            "description": {
              "content": "Deletes a Tag.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tags",
                ":tag_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "tag_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "71addb53-d4bc-411d-b9df-b8c21249d88d",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "1acd0c3e-da4a-45c8-b910-fff6f4f3532e",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d22f3f09-c2b3-4302-8018-916df3a3a62d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "06094884-c4fb-4f9c-8c59-b5a5c661c56f",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b86f743c-0425-42a3-8951-7d7e1523b2b5",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9b174f48-6ea7-4b66-8fc4-36838ae30a6b",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6d13bd0d-96c5-4066-99e2-ea9942092169",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f1c42d9c-e88c-49cc-a242-2dd1d09301df",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "be9d9134-a160-4e92-ae49-e6c174d56586",
          "name": "Update a Tag",
          "request": {
            "name": "Update a Tag",
            "description": {
              "content": "Updates a Tag with only the values provided in the request",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tags",
                ":tag_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "tag_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "5caf61e9-4dd8-44b9-8d6c-76b717dfc5df",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1dbabc6d-331d-41f7-81cd-7ef6103cc308",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0c974d85-c083-4bc7-8d6c-b52411c03314",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "88f31aee-ef69-4221-945f-7b1f7469dfdd",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9ce9e5b7-a877-4cc6-90d0-3f814ff44e1d",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2368f0f9-07f2-4543-9eed-4414373ab87a",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a84e7ced-8b02-4b62-8fdb-7da7f39c9bbc",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "03cd0f04-fe5a-4578-8102-ef294e4e2ffc",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"VIP Customer\",\n  \"description\": \"High-value customers\",\n  \"category\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3f21790c-b635-455a-9422-d2233553a640",
          "name": "Retrieve a Tag Category",
          "request": {
            "name": "Retrieve a Tag Category",
            "description": {
              "content": "Returns information about the specified Tag Category",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tags",
                "categories",
                ":tag_category_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "tag_category_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "1247b1b6-3e9d-4da2-8d87-5db82c631206",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d87eb872-24c2-4582-adb7-a0b03034cfc8",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "64ea0102-2474-4842-ae58-468c5a57945f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e73f3df-d86f-4156-864a-5dccbef2cdc0",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8e191717-2f7c-413a-b527-2ee572d7f6e6",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d612f229-dd07-4b4e-ab63-0aafd65e7acf",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "22b0c874-951c-4238-b16b-f3c0b365e701",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "279bf5f6-3900-481c-a819-84725ca02ec4",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "283fbdcf-3382-483f-9874-5dd3859b6214",
          "name": "Delete Tag Category",
          "request": {
            "name": "Delete Tag Category",
            "description": {
              "content": "Deletes the specified Tag Category",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tags",
                "categories",
                ":tag_category_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "tag_category_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "abba7ab3-8e15-41a1-a9c3-aff7df2606e8",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4c5152bf-eda0-47cf-958a-0924fb44d51a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a0c494c5-66ed-4913-a86e-63f75fc9cc93",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2bc2e7ed-e627-4b42-9f39-6223260455db",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "283ab776-d6ee-4a85-bff2-71c5886afad4",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bcc38728-1ec0-415e-a314-a13d51a06638",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "16268978-332f-41e6-994e-0905ffce75d2",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "66cf3fab-758b-42fe-bd69-ef6ebf9e5306",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0eea0c81-3248-4bd0-b623-775682af6fbd",
          "name": "Update a Tag Category",
          "request": {
            "name": "Update a Tag Category",
            "description": {
              "content": "Updates a Tag Category with only the values provided in the request",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tags",
                "categories",
                ":tag_category_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "tag_category_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "db092a8b-01d8-4d39-bdcf-c68086dc37d0",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\",\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"update_time\": \"2024-03-15T10:30:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7220255b-21cf-4188-9e9a-9a68d61989b6",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "818d8da9-7f31-4f70-aba9-bd07335eaf0e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "40fff30d-7db5-490f-b417-c0cc87868504",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "05cc729e-ac1e-4fc7-867d-cfa8eec452e8",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44465881-8bd5-41f0-b8c4-33d9a274b191",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "07ea10a8-a99b-4c28-886b-c7bda36d456e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "78dccf59-222d-49af-8039-cb427c52e37d",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    "categories",
                    ":tag_category_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_category_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"name\": \"Customer Segments\",\n  \"description\": \"Tags for customer segmentation\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "1e3590a3-c3c2-4a08-b623-a898f5a2a7b8",
          "name": "List Tagged Contacts",
          "request": {
            "name": "List Tagged Contacts",
            "description": {
              "content": "Retrieves a list of Contacts with the specified Tag\nTo search for `null` or empty fields use `filter==NONE`",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tags",
                ":tag_id",
                "contacts"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `given_name`\n- (String) `family_name`\n- (String) `email`\n- (String) `since_applied_time`\n- (String) `until_applied_time`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. If NONE is passed in for `email`, `given_name`, or `family_name`, it\nwill check for the non-existence of that field. For the filters listed above, here are some examples:\n- `filter=given_name%3D%3DJohn`\n- `filter=family_name%3D%3DSmith`\n- `filter=email%3D%3DNONE`\n- `filter=since_applied_time%3D%3D2025-04-16T20:33:02.321Z;until_applied_time%3D%3D2025-08-16T20:33:02.321Z;`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `given_name`\n- `family_name`\n- `email`\n- `applied_time`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "tag_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "b8a43fe4-d8db-4a9f-be4d-8c886cebe40a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"contacts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0113703f-fe6e-4c47-aed8-fd3c5f2bdcd6",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1943bf90-52a6-4082-89e5-0b157e8e228a",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b6028c65-9b4d-4474-94a2-ff1626d1b4fa",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "44994058-2646-454e-9a14-1337331288b4",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "20bda12e-b683-451a-8b32-706eed93de4f",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1c64412e-eb2a-432b-81e4-88c60e357a92",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "395016de-ce2f-4715-ba1e-6e2480996026",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "contacts"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "2d612870-d292-4d59-9b6a-e5f9f0afa92e",
          "name": "List Tagged Companies",
          "request": {
            "name": "List Tagged Companies",
            "description": {
              "content": "Retrieves a list of Companies that have the given Tag applied.\nTo search for `null` or empty fields use `filter==NONE`",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tags",
                ":tag_id",
                "companies"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `company_name`\n- (String) `email`\n- (String) `since_applied_time`\n- (String) `until_applied_time`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. If NONE is passed in for `email`, it\nwill check for the non-existence of that field. For the filters listed above, here are some examples:\n- `filter=company_name%3D%3DCompany`\n- `filter=email%3D%3Dtest@gmail.com`\n- `filter=since_applied_time%3D%3D2025-04-16T20:33:02.321Z;until_applied_time%3D%3D2025-08-16T20:33:02.321Z;`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `company_name`\n- `email`\n- `applied_time`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "tag_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "5ae33b87-8d81-4eda-9865-9c0b1a026c2a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"tagged_companies\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bc5646a4-8692-472b-b9db-727f9fe48ca4",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dbdd36a0-2909-4eca-8fe1-eda6f5d15167",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f4c8ecbd-53fc-4aed-92ad-c7cac13be3db",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "79b067c9-971c-44d8-94f6-874602e258e2",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "53201537-998e-46d1-a343-dc477f295d8d",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5697a8e6-d46b-45e0-9122-de7e64f2e6e7",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "da5b07d3-2c93-4584-8dd2-fe32d51d4aff",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tags",
                    ":tag_id",
                    "companies"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "tag_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "70174447-247a-441a-a20d-5bbd36cd6e30",
      "name": "Task",
      "description": {
        "content": "Task endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "34c387bc-c570-43e2-b30a-66b5b726ea10",
          "name": "List Tasks",
          "request": {
            "name": "List Tasks",
            "description": {
              "content": "Retrieves a list of tasks based on the provided filter. Tasks which are not assigned to a User may be queried with user_id==UNASSIGNED.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tasks"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `contact_id`\n- (String) `has_due_date`\n- (String) `is_completed`\n- (String) `user_id`\n- (String) `task_ids`\n- (String) `since_time`\n- (String) `until_time`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=contact_id%3D%3D123`\n- `filter=has_due_date%3D%3Dtrue`\n- `filter=is_completed%3D%3Dtrue`\n- `filter=user_id%3D%3D321`\n- `filter=task_ids%3D%3D1,2,3`\n- `filter=since_time%3D%3D2025-04-16T20:33:02.321Z;`\n- `filter=until_time%3D%3D2025-08-16T20:33:02.321Z;`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `id`\n- `create_time`\n- `due_time`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "dccd7088-2b06-4051-a59b-4e3e952085c7",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"tasks\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5a9118af-2bf1-48ef-a10b-204e9d67357a",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fae56c52-95c6-45c0-84aa-fd9ab1669110",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "939faa58-b67b-4abf-9fd2-81df0d9251b0",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8010efc6-7400-4a96-906e-470e2cfa25dd",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c841e6e5-5287-45e1-a24b-e41da43e0bfa",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4c5019ac-3d07-4c39-88c3-4163a8f7770f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d7e74a7f-f176-4e8f-939e-367107e08bb2",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "44c3481d-986a-4eef-a577-dc9187232d4b",
          "name": "Create a Task",
          "request": {
            "name": "Create a Task",
            "description": {
              "content": "Creates a new task as the authenticated user.  \nThis endpoint does not currently support setting Custom Field values.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tasks"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"assigned_to_user_id\": \"string\",\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"ESSENTIAL\",\n  \"completed\": false,\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 120,\n  \"contact_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "941c7098-90ab-43b5-9585-56ab0a01fbc4",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"assigned_to_user_id\": \"string\",\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"ESSENTIAL\",\n  \"completed\": false,\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 120,\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review and respond to client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"CRITICAL\",\n  \"completed\": false,\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"modification_time\": \"2024-03-15T10:30:00Z\",\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 240,\n  \"assigned_to_user_id\": \"string\",\n  \"created_by_user_id\": \"string\",\n  \"contact_id\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "668cb03e-2a38-499a-8aa9-bddd25d0df30",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"assigned_to_user_id\": \"string\",\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"ESSENTIAL\",\n  \"completed\": false,\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 120,\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "13ffafed-f42b-4299-92a1-ba5b42315318",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"assigned_to_user_id\": \"string\",\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"ESSENTIAL\",\n  \"completed\": false,\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 120,\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b80981e5-fece-4a3e-8141-2063444d8682",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"assigned_to_user_id\": \"string\",\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"ESSENTIAL\",\n  \"completed\": false,\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 120,\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d41786a4-ae8b-4f5a-a70a-e581ab971871",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"assigned_to_user_id\": \"string\",\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"ESSENTIAL\",\n  \"completed\": false,\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 120,\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d7d45243-499f-4152-a483-250be51acfb9",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"assigned_to_user_id\": \"string\",\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"ESSENTIAL\",\n  \"completed\": false,\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 120,\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e1c16fed-89f4-4c79-b26d-4aa7ddf78dcc",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"assigned_to_user_id\": \"string\",\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"ESSENTIAL\",\n  \"completed\": false,\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 120,\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "809e7af0-00f6-44cd-b7de-d45eba0e2efb",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"assigned_to_user_id\": \"string\",\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"ESSENTIAL\",\n  \"completed\": false,\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 120,\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "cc9a0e5e-349a-4ef0-8d1a-00b40aa9f752",
          "name": "Create Task Custom Field",
          "request": {
            "name": "Create Task Custom Field",
            "description": {
              "content": "Creates a custom field of the specified type and options to the Task object<br/>Note: Custom Fields for Tasks, Classic Appointments and Notes are combined.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tasks",
                "model",
                "customFields"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "POST",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"field_type\": \"DROPDOWN\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "85f0f3cc-0151-4b96-a107-daa6a468d33d",
              "name": "Created",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Created",
              "code": 201,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"custom_field\": {\n    \"id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"label\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"options\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"record_type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field_type\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"default_value\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"group_id\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field_name\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  }\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "28dd98ba-783d-4f19-855e-ca1206a1665f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d5baac1a-2568-41fd-8d93-5e2c6db14282",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "469738c3-b30c-428b-ad2c-f3e0eb3194ac",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9c0295d-46a3-4933-a957-2f0797c6e8a5",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab6ea6ae-61ea-47c3-98cc-7308d396ef7e",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4648137e-1c0e-4453-8919-7d7bc5da3e08",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "546382b3-b475-4ecc-b036-60e4fa8a5728",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "POST",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"field_type\": \"LIST_BOX\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"group_id\": \"string\",\n  \"user_group_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "0fd0a7c3-1134-49da-ae25-01173d15c912",
          "name": "Retrieve a Task",
          "request": {
            "name": "Retrieve a Task",
            "description": {
              "content": "Retrieves a single task",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tasks",
                ":task_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "task_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "48cf1ee5-5ee8-40d8-886a-94fca6de5d63",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review and respond to client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"CRITICAL\",\n  \"completed\": false,\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"modification_time\": \"2024-03-15T10:30:00Z\",\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 240,\n  \"assigned_to_user_id\": \"string\",\n  \"created_by_user_id\": \"string\",\n  \"contact_id\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "de19387a-c69a-4fd4-9d5f-054516c7bef7",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2e48a91a-9657-457b-8f32-9776c63e52cd",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9af84c33-d961-4ae7-941f-71c57c217f93",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ddd75b6e-e7b0-4895-85e5-95f5d9d390c2",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fbe68cab-20aa-484a-9f9b-7249293b43ff",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a1c39329-226a-4d17-9e35-8bb8a635dc0e",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a07789b5-9857-4ffa-a791-0f800449d692",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "dc934cb2-9d9d-43ca-853d-812bb72e240a",
          "name": "Delete a Task",
          "request": {
            "name": "Delete a Task",
            "description": {
              "content": "Deletes a single task",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tasks",
                ":task_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "task_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "5dadb30c-9eb7-4e0c-afad-499791b48633",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "6eabd488-5cff-4ce5-bcdd-49277516105e",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ddd4fc99-ef06-4c10-b47b-7f95a1ba213d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "00e009cf-dfe0-4831-ba86-d5557b4c9fb0",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "4f1337a4-7c1a-4b4e-a18a-5a943be11825",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3bfd4774-259c-4e64-91af-da686eec5c1d",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "de3ef104-fedb-4113-b7c1-04b7a73836ca",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7d5f0970-ebf5-400b-a3b2-7abf2266aad8",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "f0c8efcd-19cd-4f31-a793-e5a912a09ec2",
          "name": "Update a Task",
          "request": {
            "name": "Update a Task",
            "description": {
              "content": "Updates a task with only the values provided in the request. \nThis endpoint does not currently support updating Custom Field values.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tasks",
                ":task_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "task_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"ESSENTIAL\",\n  \"completed\": false,\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 10,\n  \"assigned_to_user_id\": \"string\",\n  \"contact_id\": \"string\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "6295fc9c-f34a-4a15-8725-c0c851d58876",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"ESSENTIAL\",\n  \"completed\": false,\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 10,\n  \"assigned_to_user_id\": \"string\",\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review and respond to client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"CRITICAL\",\n  \"completed\": false,\n  \"create_time\": \"2024-01-10T08:00:00Z\",\n  \"modification_time\": \"2024-03-15T10:30:00Z\",\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 240,\n  \"assigned_to_user_id\": \"string\",\n  \"created_by_user_id\": \"string\",\n  \"contact_id\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b26cd696-b91a-4c64-8982-9285ee6644e2",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"ESSENTIAL\",\n  \"completed\": false,\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 10,\n  \"assigned_to_user_id\": \"string\",\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0091ff83-ff43-4f48-a5ca-531890cfd0d5",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"ESSENTIAL\",\n  \"completed\": false,\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 10,\n  \"assigned_to_user_id\": \"string\",\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73701dd7-4d91-41f3-9b93-42d80f728d37",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"ESSENTIAL\",\n  \"completed\": false,\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 10,\n  \"assigned_to_user_id\": \"string\",\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "fca3d413-4212-484c-a397-a1e44f5028d2",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"ESSENTIAL\",\n  \"completed\": false,\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 10,\n  \"assigned_to_user_id\": \"string\",\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e667bc30-9512-43e2-b693-be783933e868",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"ESSENTIAL\",\n  \"completed\": false,\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 10,\n  \"assigned_to_user_id\": \"string\",\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db503b1e-dfb7-44db-bb0b-ff1f3cda3057",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"ESSENTIAL\",\n  \"completed\": false,\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 10,\n  \"assigned_to_user_id\": \"string\",\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ffd25a44-86b9-43e2-8c92-c334289bc15f",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    ":task_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "task_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"title\": \"Follow up on proposal\",\n  \"description\": \"Review client feedback\",\n  \"type\": \"CALL\",\n  \"priority\": \"ESSENTIAL\",\n  \"completed\": false,\n  \"completion_time\": \"2024-03-20T14:00:00Z\",\n  \"due_time\": \"2024-03-18T17:00:00Z\",\n  \"remind_time_mins\": 10,\n  \"assigned_to_user_id\": \"string\",\n  \"contact_id\": \"string\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "fb52eb2a-dfe5-4b76-81f6-cef44246a7f0",
          "name": "Delete Task Custom Field",
          "request": {
            "name": "Delete Task Custom Field",
            "description": {
              "content": "Deletes a Custom Field from the Task object<br/>Note: Custom Fields for Tasks, Classic Appointments and Notes are combined.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tasks",
                "model",
                "customFields",
                ":custom_field_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "custom_field_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "DELETE",
            "auth": null
          },
          "response": [
            {
              "id": "07cb822c-22ff-4569-864f-4d6a65a03799",
              "name": "No Content",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "No Content",
              "code": 204,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/plain"
                }
              ],
              "body": "",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "4c81957c-39ac-42b7-ae08-639ce9297870",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c95a951a-160e-4216-82eb-f266968ada4e",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bb41f414-0cc0-4367-b74d-e63ac1b3d0cc",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a6ac3d93-3b4a-400b-ad48-b89584cafc10",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a9ae793a-e6ce-480b-b98c-781d3197cd7c",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b6a6b7a-0b3b-4ffe-8e65-fcd364d1dc91",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "95bbfed2-9c97-40c7-9c9b-ca22ee8d1f2b",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "DELETE",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "6334bd55-1d3b-488a-b107-84ef717e5cc8",
          "name": "Update a Task's Custom Field",
          "request": {
            "name": "Update a Task's Custom Field",
            "description": {
              "content": "Updates a custom field of the specified type and options to the Task object.<br/>Note: Custom Fields for Tasks, Classic Appointments and Notes are combined.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tasks",
                "model",
                "customFields",
                ":custom_field_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "custom_field_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "00522252-876b-4d45-815c-dc33a146e42b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"record_type\": \"TASK_NOTE_APPOINTMENT\",\n  \"field_type\": \"USER\",\n  \"default_value\": \"string\",\n  \"group_id\": \"string\",\n  \"field_name\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2a3d2d8a-132c-4479-afcd-41b17527743e",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e05e50cb-f49c-43b4-a410-4177286f0f6f",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5c1b67dc-34a5-47a9-a7a8-131981534247",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d7a16118-2c65-4586-968b-b9acce352302",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "123ad89a-f9f5-44b3-98f6-b8e048d53526",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e34e3eb2-b9a2-4641-8c60-42cf948c708f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7e24a317-9b55-49e8-9a09-7b14c61ad914",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model",
                    "customFields",
                    ":custom_field_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "custom_field_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"group_id\": \"string\",\n  \"label\": \"string\",\n  \"options\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3920f5e4-9876-4dfd-822d-e2ab8090b469",
          "name": "Retrieve Task Model",
          "request": {
            "name": "Retrieve Task Model",
            "description": {
              "content": "Get the custom fields for the Task object<br/>Note: Custom Fields for Tasks, Classic Appointments and Notes are combined.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "tasks",
                "model"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "b954ab6d-84ee-4ace-a409-16d8e41caa1b",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"custom_fields\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"optional_properties\": [\n    \"string\"\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "092613fc-9d48-4e0a-9449-a755041db64d",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "70fcfc0a-3b21-4d74-9912-8ce3b464dfd8",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "1fc31fd8-e13d-4aa0-879c-b4739cd9f8e5",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "39f48c3e-6f3b-47d5-b0a2-00e4c504093c",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5e9f4f03-cf4f-46df-a069-3ef4362ee361",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "147bbf2b-22ff-428f-9859-bd9907b89162",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f9d19fbc-d012-47b2-bc11-d33e463deb9e",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "tasks",
                    "model"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "c8830190-4f15-47ab-b776-03c27eee5de7",
      "name": "User Groups",
      "description": {
        "content": "User Groups endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "e861d2d4-32d8-4edb-a3d3-e006122c5215",
          "name": "List User Groups",
          "request": {
            "name": "List User Groups",
            "description": {
              "content": "Retrieves a list of all user groups in the application.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "userGroups"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "3aec31b9-4c4e-4d22-9d13-d7bf73db811a",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "userGroups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"user_groups\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a3eb124c-27b0-4fa3-ae59-0c2acf8d4801",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "userGroups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "a10b96e3-c4b5-4900-9dbb-3881c176af24",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "userGroups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d7c0073c-62a9-48ec-80bb-57946320d382",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "userGroups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db9eff8d-5c3d-4c9d-831d-c5e050f9b703",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "userGroups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b808b1eb-e3f7-456a-8865-c948709e0085",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "userGroups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8276cfe9-2934-41ef-a211-74847f1b4ab4",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "userGroups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ceef80aa-3400-4c93-88d5-7cfcff034a11",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "userGroups"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "5bc07909-a364-40e8-a783-5c44a97dfecd",
          "name": "Retrieve a User Group",
          "request": {
            "name": "Retrieve a User Group",
            "description": {
              "content": "Retrieves a single user group by its ID.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "userGroups",
                ":user_group_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "user_group_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "abee7c20-1b4a-4fb9-894e-f15eab7db0bb",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "userGroups",
                    ":user_group_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_group_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"id\": \"string\",\n  \"name\": \"Accounting\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e3922017-2cb2-4bf5-a57a-68b4713d1561",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "userGroups",
                    ":user_group_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_group_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b78fe284-22ec-4f0d-b158-69f8eac2507d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "userGroups",
                    ":user_group_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_group_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "415396e2-3db0-4ecc-9f80-4c05648e5b39",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "userGroups",
                    ":user_group_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_group_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0222fd80-4d28-48a5-b65c-e91b4c9ff327",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "userGroups",
                    ":user_group_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_group_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9604db0a-ab70-489e-bfc3-16ade7e2ef75",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "userGroups",
                    ":user_group_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_group_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0722857a-8b36-4847-8867-0c0f0e2b122f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "userGroups",
                    ":user_group_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_group_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "7a05ab18-e7dc-46bf-aaf0-19ae54efe9b3",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "userGroups",
                    ":user_group_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_group_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "90d06635-b724-463b-97cb-22e33b5eb01b",
      "name": "Users",
      "description": {
        "content": "Users endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "023fd84c-aad8-49de-9191-76a23e08562e",
          "name": "Get User",
          "request": {
            "name": "Get User",
            "description": {
              "content": "Retrieves a specific User",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "users",
                ":user_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "user_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "a11343c0-0452-41ca-9a1d-699f86e9b021",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"title\": \"Sales Manager\",\n  \"website\": \"https://example.com\",\n  \"partner\": false,\n  \"admin\": true,\n  \"status\": \"ACTIVE\",\n  \"id\": \"string\",\n  \"global_user_id\": \"usr_abc123\",\n  \"keap_id\": \"string\",\n  \"given_name\": \"John\",\n  \"family_name\": \"Smith\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company_name\": \"Acme Corp\",\n  \"created_by\": 1,\n  \"create_time\": \"2024-05-21T14:30:00Z\",\n  \"updated_by\": 1,\n  \"update_time\": \"2024-05-21T15:00:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9c38a06a-79df-4ea4-879f-da82317e1a9c",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "868463e5-07bb-4514-96e0-023079c063ac",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "274ed9f8-b3e0-4ce9-9aa0-8549e5124a87",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "adb9cfa9-929c-4d05-a9b0-d5c90d90a16d",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e86d85d3-354b-4031-abb3-8f65cefff27d",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "16f82541-b7de-4af4-8ca6-72e9a593f258",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ca856da3-913b-4b81-812d-e0f11e0ffb4f",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "3791ecae-1c46-443d-b3be-cca4cdfd7de1",
          "name": "Update User",
          "request": {
            "name": "Update User",
            "description": {
              "content": "Updates information on a specific User",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "users",
                ":user_id"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "user_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Content-Type",
                "value": "application/json"
              },
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "PATCH",
            "auth": null,
            "body": {
              "mode": "raw",
              "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"title\": \"Sales Manager\",\n  \"website\": \"https://example.com\",\n  \"company_name\": \"Acme Corp\",\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"time_zone\": \"America/New_York\"\n}",
              "options": {
                "raw": {
                  "language": "json"
                }
              }
            }
          },
          "response": [
            {
              "id": "02bbf6e8-6f2e-4565-a311-aad3e3473498",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"title\": \"Sales Manager\",\n  \"website\": \"https://example.com\",\n  \"company_name\": \"Acme Corp\",\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"time_zone\": \"America/New_York\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"title\": \"Sales Manager\",\n  \"website\": \"https://example.com\",\n  \"partner\": false,\n  \"admin\": true,\n  \"status\": \"ACTIVE\",\n  \"id\": \"string\",\n  \"global_user_id\": \"usr_abc123\",\n  \"keap_id\": \"string\",\n  \"given_name\": \"John\",\n  \"family_name\": \"Smith\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"email_addresses\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"social_accounts\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"company_name\": \"Acme Corp\",\n  \"created_by\": 1,\n  \"create_time\": \"2024-05-21T14:30:00Z\",\n  \"updated_by\": 1,\n  \"update_time\": \"2024-05-21T15:00:00Z\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f5134e55-7814-4059-b233-feb80c591a2e",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"title\": \"Sales Manager\",\n  \"website\": \"https://example.com\",\n  \"company_name\": \"Acme Corp\",\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"time_zone\": \"America/New_York\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5163a7ad-1c20-4da2-aef7-c730d61cdde2",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"title\": \"Sales Manager\",\n  \"website\": \"https://example.com\",\n  \"company_name\": \"Acme Corp\",\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"time_zone\": \"America/New_York\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "3eb13964-eda3-4114-8479-95857f126f1f",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"title\": \"Sales Manager\",\n  \"website\": \"https://example.com\",\n  \"company_name\": \"Acme Corp\",\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"time_zone\": \"America/New_York\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ee78a42f-69d0-4293-82d0-a8a0e4e9dc65",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"title\": \"Sales Manager\",\n  \"website\": \"https://example.com\",\n  \"company_name\": \"Acme Corp\",\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"time_zone\": \"America/New_York\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9461f12e-b052-4451-82e0-96304ebbffa2",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"title\": \"Sales Manager\",\n  \"website\": \"https://example.com\",\n  \"company_name\": \"Acme Corp\",\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"time_zone\": \"America/New_York\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "06a9a298-a5f5-44df-9e1d-afa0c8321907",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"title\": \"Sales Manager\",\n  \"website\": \"https://example.com\",\n  \"company_name\": \"Acme Corp\",\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"time_zone\": \"America/New_York\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bbcb966b-dcf9-4f89-a683-40f8da115bd8",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "PATCH",
                "body": {
                  "mode": "raw",
                  "raw": "{\n  \"address\": {\n    \"country\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line1\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"line2\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"locality\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"country_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"postal_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"region_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_code\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"zip_four\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"title\": \"Sales Manager\",\n  \"website\": \"https://example.com\",\n  \"company_name\": \"Acme Corp\",\n  \"email_address\": {\n    \"email\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"field\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    \"opt_in_reason\": {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  },\n  \"family_name\": \"Smith\",\n  \"fax_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"given_name\": \"John\",\n  \"phone_numbers\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"time_zone\": \"America/New_York\"\n}",
                  "options": {
                    "raw": {
                      "language": "json"
                    }
                  }
                }
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "b5d50b95-deac-4393-8e8b-f9aaa4358243",
          "name": "List Users",
          "request": {
            "name": "List Users",
            "description": {
              "content": "Retrieves a list of users",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "users"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `email`\n- (String) `given_name`\n- (Boolean) `include_inactive`\n- (Boolean) `include_partners`\n- (Set[String]) `user_ids`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`.\nFor the filters listed above, here are some examples:\n- `filter=given_name%3D%3DMary`\n- `filter=user_ids%3D%3D123%3Bgiven_name%3D%3DSmith`\n"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `create_time`\n- `email`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "10",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "376a5ff3-a9ba-42ba-ab80-dfef84012ca4",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"users\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b9c35f22-a4ff-40cd-a12c-8a64dc8ae16d",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f92434b9-e683-4912-a98f-0b01ebef9fa7",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "278542c6-d92e-4c7d-8d8d-6c5fc27ed798",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "214eaf75-ac3e-4919-a67e-9d5c3b37d6b7",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5fe848ab-6dda-4f28-a4d0-ce02c4376740",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c6234c75-46e9-4b5c-b5ba-e64bb13de1fd",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "07ec7201-c822-41d7-8e37-8a1b8f16abbc",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "10"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "d74e330d-030c-4a2a-9ff3-303dd2914dea",
          "name": "Get User email signature",
          "request": {
            "name": "Get User email signature",
            "description": {
              "content": "Retrieves a HTML snippet that contains the user's email signature.",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "users",
                ":user_id",
                "signature"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": [
                {
                  "disabled": false,
                  "type": "any",
                  "value": "string",
                  "key": "user_id",
                  "description": "(Required) "
                }
              ]
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "7055ca57-fbd2-45a8-ba09-143d745587fc",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id",
                    "signature"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "\"string\"",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "db674fbf-b719-4bf7-aae0-bf74cc2b00d2",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id",
                    "signature"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "ab26c236-53ed-4124-b190-2dfadb529b0d",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id",
                    "signature"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5a0335a4-f448-4f47-b7b0-16da823aeb83",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id",
                    "signature"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "62386feb-50ee-493a-922e-d0cefb0e6ee7",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id",
                    "signature"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6bc1c38f-4c0f-40f6-9cf8-50e4413e1524",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id",
                    "signature"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "8b176318-c15c-4ffb-9bfc-d939ee5d78a3",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id",
                    "signature"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "bfde6115-39ee-418d-a468-04f124be8967",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "users",
                    ":user_id",
                    "signature"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": [
                    {
                      "disabled": false,
                      "type": "any",
                      "value": "string",
                      "key": "user_id",
                      "description": "(Required) "
                    }
                  ]
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "bb38859f-f551-409a-b614-cd1a1d7c693d",
          "name": "Retrieve User Info",
          "request": {
            "name": "Retrieve User Info",
            "description": {
              "content": "Retrieves information for the current authenticated end-user, as outlined by the [OpenID Connect specification](http://openid.net/specs/openid-connect-core-1_0.html#UserInfo).",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "oauth",
                "connect",
                "userinfo"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "a7528af2-8014-40b4-b9a8-04f40a05d651",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "oauth",
                    "connect",
                    "userinfo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"email\": \"john.smith@example.com\",\n  \"sub\": \"string\",\n  \"id\": \"string\",\n  \"keap_id\": \"john.smith@example.com\",\n  \"family_name\": \"Smith\",\n  \"given_name\": \"John\",\n  \"middle_name\": \"Robert\",\n  \"preferred_name\": \"Johnny\",\n  \"is_admin\": true,\n  \"tenant_id\": \"xyz789\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "c92aacc4-ba74-46c6-a338-9882009bb07f",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "oauth",
                    "connect",
                    "userinfo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b54b483c-6807-4e6f-b191-0cfe170778f2",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "oauth",
                    "connect",
                    "userinfo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "f52b0af8-86b7-41d2-ab26-83e82110b0cf",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "oauth",
                    "connect",
                    "userinfo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "9dee58cb-2d49-47de-991b-66f70d373a36",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "oauth",
                    "connect",
                    "userinfo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "2a15671e-77dc-4496-a88b-c82ccbf8bf40",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "oauth",
                    "connect",
                    "userinfo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "b141efd7-bb0c-49fa-a9fe-28bf3703ef6f",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "oauth",
                    "connect",
                    "userinfo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "053b2bf8-f298-4408-ac97-09f025bc2899",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "oauth",
                    "connect",
                    "userinfo"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    },
    {
      "id": "ff4d04a6-a325-44a6-96e6-c8a1a1cd05f6",
      "name": "Webforms",
      "description": {
        "content": "Webforms endpoints.",
        "type": "text/plain"
      },
      "item": [
        {
          "id": "5fb244f1-f98b-4cf6-a406-de96c67da0cc",
          "name": "List Webforms with filter",
          "request": {
            "name": "List Webforms with filter",
            "description": {
              "content": "Retrieves a list of webforms",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "webforms"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [
                {
                  "disabled": false,
                  "key": "filter",
                  "value": "string",
                  "description": "Filter to apply, allowed fields are:\n- (String) `name`\n- (String) `webform_type`\n- (String) `since_create_time`\n- (String) `until_create_time`\n- (String) `since_update_time`\n- (String) `until_update_time`\n\nYou will need to apply the `==` operator to check the equality of one of the filters with your searched\nword, in the encoded form `%3D%3D`. For the filters listed above, here are some examples:\n- `filter=name%3D%3DContact Us`\n- `filter=webform_type%3D%3Dlegacy`"
                },
                {
                  "disabled": false,
                  "key": "page_token",
                  "value": "string",
                  "description": "Page token"
                },
                {
                  "disabled": false,
                  "key": "order_by",
                  "value": "string",
                  "description": "Attribute and direction to order items.\nOne of the following fields:\n- `name`\n- `webform_type`\n- `create_time`\n- `update_time`\n\nOne of the following directions:\n- `asc`\n- `desc`"
                },
                {
                  "disabled": false,
                  "key": "page_size",
                  "value": "0",
                  "description": "Total number of items to return per page"
                }
              ],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "application/json"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "89e11f14-e6b8-4d1b-937e-dd2fff5764c6",
              "name": "OK",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "webforms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"webforms\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ],\n  \"next_page_token\": \"string\"\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "5a9b30a0-a73f-4562-b274-f542c0a02e05",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "webforms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "73a7d8d9-cff1-4e98-a73a-d666130a24ff",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "webforms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "cf31dd4c-238b-4bc3-9562-033e9a17172c",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "webforms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "dbd247a3-d4b6-40ed-8804-5bb82f509d2b",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "webforms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "305d3928-bd5f-4198-b062-dc134edcb9b8",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "webforms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "d72f17ba-1d07-41f5-9dca-5f3210599105",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "webforms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "397651ab-ea14-4811-b3de-adc823b98a40",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "webforms"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [
                    {
                      "key": "filter",
                      "value": "string"
                    },
                    {
                      "key": "page_token",
                      "value": "string"
                    },
                    {
                      "key": "order_by",
                      "value": "string"
                    },
                    {
                      "key": "page_size",
                      "value": "0"
                    }
                  ],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        },
        {
          "id": "c3751337-37ba-4901-9003-3522e55ef67d",
          "name": "Get Webform HTML",
          "request": {
            "name": "Get Webform HTML",
            "description": {
              "content": "Returns the HTML",
              "type": "text/plain"
            },
            "url": {
              "path": [
                "rest",
                "v2",
                "webforms",
                "{{webform_id}}:data"
              ],
              "host": [
                "{{baseUrl}}"
              ],
              "query": [],
              "variable": []
            },
            "header": [
              {
                "key": "Accept",
                "value": "text/html"
              }
            ],
            "method": "GET",
            "auth": null
          },
          "response": [
            {
              "id": "1d6ac02e-30b3-4985-98f8-faeeb2763eca",
              "name": "HTML content of the webform",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "webforms",
                    "{{webform_id}}:data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "text/html"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "OK",
              "code": 200,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "text/html"
                }
              ],
              "body": "string",
              "cookie": [],
              "_postman_previewlanguage": "text"
            },
            {
              "id": "31f60ee4-22ac-449c-b925-0fdd1d0b30b0",
              "name": "Bad Request",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "webforms",
                    "{{webform_id}}:data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Bad Request",
              "code": 400,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "639d1b76-fda7-439a-8d6e-d375f2754e11",
              "name": "Unauthorized",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "webforms",
                    "{{webform_id}}:data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Unauthorized",
              "code": 401,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "293f4218-9e1d-4e36-9b45-59cef13c5bc1",
              "name": "Forbidden",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "webforms",
                    "{{webform_id}}:data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Forbidden",
              "code": 403,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "6424d719-3e57-4aab-bf5b-a1c02207558d",
              "name": "Not Found",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "webforms",
                    "{{webform_id}}:data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Found",
              "code": 404,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "0b32af64-bbbb-47f1-a4f5-0f187f481d2d",
              "name": "Conflict",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "webforms",
                    "{{webform_id}}:data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Conflict",
              "code": 409,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "25594dec-c56e-41df-8142-43d9b2e6d962",
              "name": "Internal Server Error",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "webforms",
                    "{{webform_id}}:data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Internal Server Error",
              "code": 500,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            },
            {
              "id": "e9dcad00-6311-40fd-aca1-98403acb2717",
              "name": "Method Not Implemented",
              "originalRequest": {
                "url": {
                  "path": [
                    "rest",
                    "v2",
                    "webforms",
                    "{{webform_id}}:data"
                  ],
                  "host": [
                    "{{baseUrl}}"
                  ],
                  "query": [],
                  "variable": []
                },
                "header": [
                  {
                    "description": {
                      "content": "Added as a part of security scheme: oauth2",
                      "type": "text/plain"
                    },
                    "key": "Authorization",
                    "value": "<token>"
                  },
                  {
                    "key": "Accept",
                    "value": "application/json"
                  }
                ],
                "method": "GET",
                "body": {}
              },
              "status": "Not Implemented",
              "code": 501,
              "header": [
                {
                  "key": "Content-Type",
                  "value": "application/json"
                }
              ],
              "body": "{\n  \"code\": 6448,\n  \"message\": \"string\",\n  \"status\": \"string\",\n  \"details\": [\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    },\n    {\n      \"value\": \"<Error: Too many levels of nesting to fake this schema>\"\n    }\n  ]\n}",
              "cookie": [],
              "_postman_previewlanguage": "json"
            }
          ],
          "event": [],
          "protocolProfileBehavior": {
            "disableBodyPruning": true
          }
        }
      ],
      "event": []
    }
  ],
  "event": [],
  "variable": [
    {
      "type": "string",
      "value": "https://api.infusionsoft.com/crm",
      "key": "baseUrl"
    },
    {
      "disabled": false,
      "description": {
        "content": "(Required) ",
        "type": "text/plain"
      },
      "type": "any",
      "value": "string",
      "key": "webform_id"
    },
    {
      "disabled": false,
      "description": {
        "content": "(Required) ",
        "type": "text/plain"
      },
      "type": "any",
      "value": "string",
      "key": "subscription_id"
    },
    {
      "disabled": false,
      "description": {
        "content": "(Required) ",
        "type": "text/plain"
      },
      "type": "any",
      "value": "string",
      "key": "id"
    },
    {
      "disabled": false,
      "description": {
        "content": "(Required) The unique identifier of the report (Saved Search) to execute",
        "type": "text/plain"
      },
      "type": "any",
      "value": "string",
      "key": "report_id"
    },
    {
      "disabled": false,
      "description": {
        "content": "(Required) product_id",
        "type": "text/plain"
      },
      "type": "any",
      "value": "string",
      "key": "product_id"
    },
    {
      "disabled": false,
      "description": {
        "content": "(Required) ",
        "type": "text/plain"
      },
      "type": "any",
      "value": "string",
      "key": "category_id"
    },
    {
      "disabled": false,
      "description": {
        "content": "(Required) ID of the payment method to be deactivated.",
        "type": "text/plain"
      },
      "type": "any",
      "value": "string",
      "key": "payment_method_id"
    },
    {
      "disabled": false,
      "description": {
        "content": "(Required) ",
        "type": "text/plain"
      },
      "type": "any",
      "value": "string",
      "key": "order_id"
    },
    {
      "disabled": false,
      "description": {
        "content": "(Required) ",
        "type": "text/plain"
      },
      "type": "any",
      "value": "string",
      "key": "order_item_id"
    },
    {
      "disabled": false,
      "description": {
        "content": "(Required) ",
        "type": "text/plain"
      },
      "type": "any",
      "value": "string",
      "key": "file_id"
    },
    {
      "disabled": false,
      "description": {
        "content": "(Required) ",
        "type": "text/plain"
      },
      "type": "any",
      "value": "string",
      "key": "sequence_id"
    },
    {
      "disabled": false,
      "description": {
        "content": "(Required) ",
        "type": "text/plain"
      },
      "type": "any",
      "value": "string",
      "key": "commission_id"
    },
    {
      "disabled": false,
      "description": {
        "content": "(Required) ",
        "type": "text/plain"
      },
      "type": "any",
      "value": "string",
      "key": "affiliate_id"
    }
  ],
  "auth": {
    "type": "oauth2",
    "oauth2": [
      {
        "key": "accessTokenUrl",
        "value": "https://api.infusionsoft.com/token"
      },
      {
        "key": "authUrl",
        "value": "https://accounts.infusionsoft.com/app/oauth/authorize"
      },
      {
        "key": "grant_type",
        "value": "authorization_code"
      }
    ]
  },
  "info": {
    "_postman_id": "def2edf6-0b3e-43e7-a26a-ef8dea2852aa",
    "name": "API Reference",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json",
    "description": {
      "content": "Keap Public API Documentation\n\nContact Support:\n Name: Keap\n Email: api.keap@thryv.com",
      "type": "text/plain"
    }
  }
}
