{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "http:\/\/gryphon-central-stage.gryphon-tenant-api.test:3002"
        }
    ],
    "info": {
        "name": "Gryphon Tenancy API Documentation",
        "_postman_id": "8daccf06-7549-4bdc-a84d-0bd62d666d78",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "Handles the API request and renders the Swagger documentation view.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/documentation",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/documentation"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <title>L5 Swagger UI<\/title>\n    <link rel=\"stylesheet\" type=\"text\/css\" href=\"http:\/\/gryphon-central-stage.gryphon-tenant-api.test:3002\/docs\/asset\/swagger-ui.css?v=4758762786ee309249dce960484fc1f4\">\n    <link rel=\"icon\" type=\"image\/png\" href=\"http:\/\/gryphon-central-stage.gryphon-tenant-api.test:3002\/docs\/asset\/favicon-32x32.png?v=40d4f2c38d1cd854ad463f16373cbcb6\" sizes=\"32x32\"\/>\n    <link rel=\"icon\" type=\"image\/png\" href=\"http:\/\/gryphon-central-stage.gryphon-tenant-api.test:3002\/docs\/asset\/favicon-16x16.png?v=f0ae831196d55d8f4115b6c5e8ec5384\" sizes=\"16x16\"\/>\n    <style>\n    html\n    {\n        box-sizing: border-box;\n        overflow: -moz-scrollbars-vertical;\n        overflow-y: scroll;\n    }\n    *,\n    *:before,\n    *:after\n    {\n        box-sizing: inherit;\n    }\n\n    body {\n      margin:0;\n      background: #fafafa;\n    }\n    <\/style>\n    <\/head>\n\n<body >\n<div id=\"swagger-ui\"><\/div>\n\n<script src=\"http:\/\/gryphon-central-stage.gryphon-tenant-api.test:3002\/docs\/asset\/swagger-ui-bundle.js?v=ff3f03083fa6f196ebb3182ae209848b\"><\/script>\n<script src=\"http:\/\/gryphon-central-stage.gryphon-tenant-api.test:3002\/docs\/asset\/swagger-ui-standalone-preset.js?v=2ff98136c02067086c51951f5e11c8db\"><\/script>\n<script>\n    window.onload = function() {\n        const urls = [];\n\n                    urls.push({name: \"L5 Swagger UI\", url: \"http:\/\/gryphon-central-stage.gryphon-tenant-api.test:3002\/docs?api-docs.json\"});\n        \n        \/\/ Build a system\n        const ui = SwaggerUIBundle({\n            dom_id: '#swagger-ui',\n            urls: urls,\n            \"urls.primaryName\": \"L5 Swagger UI\",\n            operationsSorter: null,\n            configUrl: null,\n            validatorUrl: null,\n            oauth2RedirectUrl: \"http:\/\/gryphon-central-stage.gryphon-tenant-api.test:3002\/api\/oauth2-callback\",\n\n            requestInterceptor: function(request) {\n                request.headers['X-CSRF-TOKEN'] = '';\n                return request;\n            },\n\n            presets: [\n                SwaggerUIBundle.presets.apis,\n                SwaggerUIStandalonePreset\n            ],\n\n            plugins: [\n                SwaggerUIBundle.plugins.DownloadUrl\n            ],\n\n            layout: \"StandaloneLayout\",\n            docExpansion : \"none\",\n            deepLinking: true,\n            filter: true,\n            persistAuthorization: \"false\",\n\n        })\n\n        window.ui = ui\n\n            }\n<\/script>\n<\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Handles the OAuth2 callback and retrieves the required file for the redirect.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/oauth2-callback",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/oauth2-callback"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "content-type",
                                    "value": "text\/html; charset=utf-8"
                                },
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "<!doctype html>\n<html lang=\"en-US\">\n<body>\n<script src=\"oauth2-redirect.js\"><\/script>\n<\/body>\n<\/html>\n",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/health",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/health",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/health"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"status\":\"ok\",\"service\":\"gryphon-api\",\"version\":\"unknown\",\"timestamp\":\"2026-05-14T17:42:31+00:00\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Handle webhook from WorkMarket for payment status updates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/workmarket\/webhook",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/workmarket\/webhook"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Public login-page endpoint. Returns active site banners only.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/site-banners\/active",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/site-banners\/active"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 500,
                            "body": "{\n    \"message\": \"Server Error\",\n    \"app_version\": \"unknown\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/status\/outage",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/status\/outage",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/status\/outage"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 200,
                            "body": "{\"outage\":false,\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Return the registry contract as\n{data: placeholder[], meta: {contexts: {key, label}[], storage_strategy: string}}.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rich-text\/placeholders",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rich-text\/placeholders"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/rich-text\/resolution-failures",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rich-text\/resolution-failures",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rich-text\/resolution-failures"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"context\":\"vmqeopfuudtdsufvyvddq\",\"end_date\":\"2107-06-13\",\"page\":45,\"per_page\":16,\"render_stage\":\"preview\",\"sort_by\":\"context\",\"sort_order\":\"desc\",\"start_date\":\"2026-05-14T17:42:31\",\"token\":\"eopfuudtdsufvyvddqamn\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/rich-text\/resolution-failures\/{richTextResolutionFailure}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rich-text\/resolution-failures\/:richTextResolutionFailure",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rich-text\/resolution-failures\/:richTextResolutionFailure",
                            "variable": [
                                {
                                    "id": "richTextResolutionFailure",
                                    "key": "richTextResolutionFailure",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/rich-text\/render",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rich-text\/render",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rich-text\/render"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"content\":{\"content\":[],\"type\":\"doc\"},\"context\":\"alert_template\",\"output_format\":\"html\",\"reference_id\":\"consequatur\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/rich-text\/resolve",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rich-text\/resolve",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rich-text\/resolve"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"context\":\"alert_template\",\"reference_id\":\"consequatur\",\"render_stage\":\"final_render\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/rich-text\/validate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/rich-text\/validate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/rich-text\/validate"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"content\":{\"content\":[],\"type\":\"doc\"},\"context\":\"banner_builder\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/addresses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/addresses",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/addresses"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/addresses\/zip-lookup",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/addresses\/zip-lookup",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/addresses\/zip-lookup"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/addresses\/complete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/addresses\/complete",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/addresses\/complete"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/qs_reports",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/qs_reports",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/qs_reports"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/qs_reports\/getEmbedUrl",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/qs_reports\/getEmbedUrl",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/qs_reports\/getEmbedUrl"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/logout",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/logout",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/logout"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/register\/submit",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/register\/submit",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/register\/submit"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"domain\":\"consequatur\",\"company\":\"mqeopfuudtdsufvyvddqa\",\"name\":\"mniihfqcoynlazghdtqtq\",\"email\":\"ablanda@example.org\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/professional-designations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/professional-designations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/professional-designations"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/professional-designations",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/professional-designations",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/professional-designations"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":\"consequatur\",\"name\":\"consequatur\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"is_active\":false,\"display_order\":17}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST \/api\/clients\/standalone\nCreates a top-level (standalone) company.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/standalone",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/standalone"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_name\":\"vmqeopfuudtdsufvyvddq\",\"company_role\":\"Organizational\",\"abbreviation\":\"amniihfqcoynlazghdtqt\",\"domain\":\"qxbajwbpilpmufinllwlo\",\"under_loa\":false,\"case_id_type\":\"auydlsmsjuryvojcybzvr\",\"client_category_id\":17}"
                        },
                        "description": "Requires company_role=Operational (enforced by write service)."
                    },
                    "response": []
                },
                {
                    "name": "POST \/api\/clients\/{parentId}\/children\nCreates a child company under the given parent.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:parentId\/children",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:parentId\/children",
                            "variable": [
                                {
                                    "id": "parentId",
                                    "key": "parentId",
                                    "value": "1562",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_name\":\"vmqeopfuudtdsufvyvddq\",\"company_role\":\"Organizational\",\"abbreviation\":\"amniihfqcoynlazghdtqt\",\"domain\":\"qxbajwbpilpmufinllwlo\",\"under_loa\":false,\"case_id_type\":\"auydlsmsjuryvojcybzvr\",\"client_category_id\":17}"
                        },
                        "description": "Parent must exist and belong to the tenant tree."
                    },
                    "response": []
                },
                {
                    "name": "GET \/api\/clients\/operational-picker\nReturns Operational + Active companies visible to the authenticated user,\nwith hierarchy paths resolved in a single batch query.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/operational-picker",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/operational-picker"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/clients\/{id}\/hierarchy\nAccepts any node ID (root, child, or deep descendant).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:id\/hierarchy",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:id\/hierarchy",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1562",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Auto-resolves to the tree root via the closure table.\nModelNotFoundException propagates to Handler \u2192 404 'Client not found.'"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/clients\/{id}\/relationships\nReturns direct parent and direct children for the given client.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:id\/relationships",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:id\/relationships",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1562",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "ModelNotFoundException propagates to Handler \u2192 404 'Client not found.'"
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET \/api\/clients\/{client}\/internal-documents\nLists internal documents for a central user on the given client.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:client_id\/internal-documents",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:client_id\/internal-documents",
                            "variable": [
                                {
                                    "id": "client_id",
                                    "key": "client_id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST \/api\/clients\/{client}\/internal-documents\nUploads a new internal document for the given client.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:client_id\/internal-documents",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:client_id\/internal-documents",
                            "variable": [
                                {
                                    "id": "client_id",
                                    "key": "client_id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET \/api\/clients\/{client}\/internal-documents\/{documentId}\/preview\nReturns a signed preview URL when supported, otherwise an inline stream.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:client_id\/internal-documents\/:documentId\/preview",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:client_id\/internal-documents\/:documentId\/preview",
                            "variable": [
                                {
                                    "id": "client_id",
                                    "key": "client_id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                },
                                {
                                    "id": "documentId",
                                    "key": "documentId",
                                    "value": "1562",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "DELETE \/api\/clients\/{client}\/internal-documents\/{documentId}\nSoft-deletes an internal document and removes its stored binary.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:client_id\/internal-documents\/:documentId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:client_id\/internal-documents\/:documentId",
                            "variable": [
                                {
                                    "id": "client_id",
                                    "key": "client_id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                },
                                {
                                    "id": "documentId",
                                    "key": "documentId",
                                    "value": "1562",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST \/api\/clients\/{clientId}\/inheritance\/detach\nDetaches a section from parent inheritance, making it locally owned.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:clientId\/inheritance\/detach",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:clientId\/inheritance\/detach",
                            "variable": [
                                {
                                    "id": "clientId",
                                    "key": "clientId",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"section\":\"vmqeopfuudtdsufvyvddq\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST \/api\/clients\/{clientId}\/inheritance\/reattach\nRe-attaches a section to the parent's inheritance chain.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:clientId\/inheritance\/reattach",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:clientId\/inheritance\/reattach",
                            "variable": [
                                {
                                    "id": "clientId",
                                    "key": "clientId",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"section\":\"vmqeopfuudtdsufvyvddq\",\"confirm\":true}"
                        },
                        "description": "Requires confirm=true (FormRequest enforces this)."
                    },
                    "response": []
                },
                {
                    "name": "GET api\/clients\/{clientId}\/sections",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:clientId\/sections",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:clientId\/sections",
                            "variable": [
                                {
                                    "id": "clientId",
                                    "key": "clientId",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH \/api\/clients\/{id}\/payer",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:id\/payer",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:id\/payer",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"payer_client_id\":17}"
                        },
                        "description": "Assign a payer company to this client.\nGuards:\n  - payer must exist (AssignPayerRequest)\n  - if payer is Organizational, it must have complete Finance configuration (inheritance-aware)\n\nOn Finance incompleteness: fires audit event payer_assignment_blocked_missing_finance\n  (fire-and-forget) then throws PayerAssignmentBlockedMissingFinanceException (\u2192 400).\n\nPermission: update:organizations"
                    },
                    "response": []
                },
                {
                    "name": "GET api\/clients\/{id}\/rules",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:id\/rules",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:id\/rules",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/clients\/{id}\/rules",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:id\/rules",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:id\/rules",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"narrative_report_submission\":true,\"auto_assign_case_managers\":false,\"custom_alerts_enabled\":true,\"turnaround_days\":73}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST \/api\/clients\/{id}\/move\/preview\nReturns inheritance diff and an operation token required for confirm.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:id\/move\/preview",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:id\/move\/preview",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"new_parent_id\":73}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST \/api\/clients\/{id}\/move\/confirm\nExecutes the move after token and concurrency validation.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:id\/move\/confirm",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:id\/move\/confirm",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"operation_token\":\"vmqeopfuudtdsufvyvddq\",\"expected_updated_at\":\"2026-05-14T17:42:31\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST \/api\/clients\/{id}\/parent-above\nInserts a new blank parent company above the given company.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:id\/parent-above",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:id\/parent-above",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"company_name\":\"vmqeopfuudtdsufvyvddq\",\"company_role\":\"Organizational\",\"abbreviation\":\"amniihfqc\",\"under_loa\":true,\"case_id_type\":\"oynlazghdtqtqxbajwbpi\",\"client_category_id\":17}"
                        },
                        "description": "The new parent gets all sections LOCAL; the existing company's settings are unchanged."
                    },
                    "response": []
                },
                {
                    "name": "POST \/api\/clients\/{id}\/activate\nActivates the company. Idempotent if already active.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:id\/activate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:id\/activate",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST \/api\/clients\/{id}\/disable\nDisables the company. Idempotent if already disabled.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:id\/disable",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:id\/disable",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST \/api\/clients\/{id}\/reassign-parent\nDeprecated legacy endpoint kept only to return an explicit migration error.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:id\/reassign-parent",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:id\/reassign-parent",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"new_parent_id\":17}"
                        },
                        "description": "Use move preview\/confirm endpoints instead."
                    },
                    "response": []
                },
                {
                    "name": "GET \/api\/clients\/{id}\/users\nReturns all users associated with the company itself AND all its ancestor companies.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:id\/users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:id\/users",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Users from children or siblings are NOT included."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/clients\/{client_id}\/secure-domains",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:client_id\/secure-domains",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:client_id\/secure-domains",
                            "variable": [
                                {
                                    "id": "client_id",
                                    "key": "client_id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/clients\/{client_id}\/secure-domains",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:client_id\/secure-domains",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:client_id\/secure-domains",
                            "variable": [
                                {
                                    "id": "client_id",
                                    "key": "client_id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"domain\":\"vmqeopfuudtdsufvyvddq\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/clients\/{client_id}\/secure-domains\/{secureEmailDomain_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:client_id\/secure-domains\/:secureEmailDomain_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:client_id\/secure-domains\/:secureEmailDomain_id",
                            "variable": [
                                {
                                    "id": "client_id",
                                    "key": "client_id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                },
                                {
                                    "id": "secureEmailDomain_id",
                                    "key": "secureEmailDomain_id",
                                    "value": "17",
                                    "description": "The ID of the secureEmailDomain."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Global picker \u2014 distinct domains registered across all clients. Used by\nthe FE to suggest existing domain values when registering a new entry\n(business rule 7: \"selected from previously registered domains\").",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/secure-domains",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/secure-domains"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/clients",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"assessment_label\":\"vmqeopfuudtdsufvyvddq\",\"category\":{\"id\":17},\"company_name\":\"mqeopfuudtdsufvyvddqa\",\"abbreviation\":\"mniihfqcoynlazghdtqtq\",\"domain\":\"xbajwbpilpmufinllwloa\",\"addresses\":[{\"line_1\":\"uydlsmsjuryvojcybzvrb\",\"line_2\":\"yickznkygloigmkwxphlv\",\"city\":\"azjrcnfbaqywuxhgjjmzu\",\"state\":\"xjubqouzswiwxtrkimfca\",\"zip_code\":\"tbxspzmrazsroyjpxmqes\",\"is_primary\":false,\"type\":\"shipping\"}],\"emails\":[{\"address\":\"edyghenqcopwvownkbaml\",\"type\":\"personal\"}],\"phones\":[{\"number\":\"nfngefbeilfzsyuxoezbd\",\"type\":\"work\"}],\"client_access\":[{\"id\":17}],\"gryphon_activities\":[{\"message\":\"consequatur\",\"priority\":\"consequatur\",\"visibility\":\"consequatur\",\"user\":{\"id\":17}}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/clients",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/clients\/gryphon-activities\/{client_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/gryphon-activities\/:client_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/gryphon-activities\/:client_id",
                            "variable": [
                                {
                                    "id": "client_id",
                                    "key": "client_id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"message\":\"consequatur\",\"priority\":\"consequatur\",\"user\":{\"id\":17},\"visibility\":\"consequatur\",\"parent\":{\"id\":17}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/clients\/gryphon-activities\/{client_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/gryphon-activities\/:client_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/gryphon-activities\/:client_id",
                            "variable": [
                                {
                                    "id": "client_id",
                                    "key": "client_id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"consequatur\",\"start_date\":\"2026-05-14T17:42:31\",\"end_date\":\"2026-05-14T17:42:31\",\"created_at\":\"2026-05-14T17:42:31\",\"activity_type\":\"consequatur\",\"priority\":\"consequatur\",\"visibility\":\"consequatur\",\"user_id\":17,\"parent_id\":17,\"updated_at\":\"2026-05-14T17:42:31\",\"page\":45,\"per_page\":16,\"limit\":5,\"offset\":50,\"sort\":\"consequatur\",\"order\":\"consequatur\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/clients\/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/search",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/search"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/clients\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/clients\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clients\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clients\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"assessment_label\":\"vmqeopfuudtdsufvyvddq\",\"category\":{\"id\":17},\"case_type_set\":{\"id\":17},\"company_name\":\"mqeopfuudtdsufvyvddqa\",\"abbreviation\":\"mniihfqcoynlazghdtqtq\",\"addresses\":[{\"line_1\":\"xbajwbpilpmufinllwloa\",\"line_2\":\"uydlsmsjuryvojcybzvrb\",\"city\":\"yickznkygloigmkwxphlv\",\"state\":\"azjrcnfbaqywuxhgjjmzu\",\"zip_code\":\"xjubqouzswiwxtrkimfca\",\"is_primary\":true,\"type\":\"billing\"}],\"emails\":[{\"address\":\"tbxspzmrazsroyjpxmqes\",\"type\":\"secondary\"}],\"phones\":[{\"number\":\"edyghenqcopwvownkbaml\",\"type\":\"home\"}],\"client_access\":[{\"id\":17}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/client-categories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/client-categories",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/client-categories"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/users\/gryphon-activities\/{user_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/gryphon-activities\/:user_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/gryphon-activities\/:user_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"message\":\"consequatur\",\"priority\":\"consequatur\",\"user\":{\"id\":17},\"visibility\":\"consequatur\",\"parent\":{\"id\":17}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/users\/gryphon-activities\/{user_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/gryphon-activities\/:user_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/gryphon-activities\/:user_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"consequatur\",\"start_date\":\"2026-05-14T17:42:31\",\"end_date\":\"2026-05-14T17:42:31\",\"created_at\":\"2026-05-14T17:42:31\",\"activity_type\":\"consequatur\",\"priority\":\"consequatur\",\"visibility\":\"consequatur\",\"user_id\":17,\"parent_id\":17,\"updated_at\":\"2026-05-14T17:42:31\",\"page\":45,\"per_page\":16,\"limit\":5,\"offset\":50,\"sort\":\"consequatur\",\"order\":\"consequatur\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/users\/me",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/me",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/me"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/users\/me",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/me",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/me"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"password\":\"O[2UZ5ij-e\\\/dl4m{o,\",\"legal_first_name\":\"dqamniihfqcoynlazghdt\",\"legal_last_name\":\"qtqxbajwbpilpmufinllw\",\"status\":\"consequatur\",\"phones\":[{\"type\":\"mobile\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/users\/profile-image\/{user_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/profile-image\/:user_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/profile-image\/:user_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "profile_image",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/users\/me\/profile-image",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/me\/profile-image",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/me\/profile-image"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "profile_image",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/users\/profile-image\/{user_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/profile-image\/:user_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/profile-image\/:user_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"email\":\"kunde.eloisa@example.com\",\"password\":\"4[*UyPJ\\\"}6\",\"role\":{\"id\":17},\"legal_first_name\":\"mqeopfuudtdsufvyvddqa\",\"legal_last_name\":\"mniihfqcoynlazghdtqtq\",\"user_type\":\"consequatur\",\"caseload\":45,\"payee_type\":\"consequatur\",\"employment_type\":\"consequatur\",\"status\":\"consequatur\",\"compensation_type\":\"consequatur\",\"pay_period\":\"consequatur\",\"deduct_drive_time\":false,\"phones\":[{\"number\":\"mqeopfuudtdsufvyvddqa\",\"type\":\"work\"}],\"emails\":[{\"address\":\"mniihfqcoynlazghdtqtq\",\"type\":\"secondary\"}],\"tags\":[{\"id\":17}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Create a new user from the dashboard with Auth0-first workflow.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/invite",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/invite"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"client_id\":17,\"email\":\"carolyne.luettgen@example.org\",\"legal_first_name\":\"fuudtdsufvyvddqamniih\",\"legal_last_name\":\"fqcoynlazghdtqtqxbajw\",\"name\":\"bpilpmufinllwloauydls\",\"preferred_first_name\":\"msjuryvojcybzvrbyickz\",\"preferred_last_name\":\"nkygloigmkwxphlvazjrc\",\"date_of_birth\":\"2026-05-14T17:42:31\",\"ssn\":\"consequatur\",\"usertype\":\"consequatur\",\"status\":\"consequatur\",\"phone\":\"consequatur\",\"role\":{\"id\":17},\"payee_type\":\"consequatur\",\"employment_type\":\"consequatur\",\"compensation_type\":\"consequatur\",\"pay_period\":\"consequatur\",\"deduct_drive_time\":true,\"phones\":[{\"number\":\"consequatur\",\"type\":\"home\",\"sms\":false}],\"emails\":[{\"address\":\"mqeopfuudtdsufvyvddqa\",\"type\":\"personal\"}],\"tags\":[{\"id\":17}],\"roles\":[{\"id\":17}]}"
                        },
                        "description": "This endpoint creates the user in Auth0 first (sending invite email),\nthen creates the database record with the returned auth0_id.\nIf the database creation fails, the Auth0 user is automatically deleted (rollback).\n\nAccess Requirements:\n- Engineering user (user_type with name='Engineering') via EngineeringDevOnly middleware\n- Environment match via AUTOMATED_USER_CREATION_WORKFLOW_ENVIRONMENT config\n- create:users permission checked in Form Request authorization"
                    },
                    "response": []
                },
                {
                    "name": "GET api\/users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"email\":\"kunde.eloisa@example.com\",\"phone\":\"hfqcoynlazghdtqtq\",\"case_id\":17,\"tag_id\":[17],\"tag_category_id\":17,\"tag_type\":\"mqeopfuudtdsufvyvddqa\",\"case_load\":true,\"sort_by\":\"city\",\"sort_order\":\"asc\",\"page\":45,\"per_page\":13,\"limit\":8,\"offset\":30,\"role_id\":17,\"role_ids\":[17],\"role_names\":[\"mqeopfuudtdsufvyvddqa\"],\"case_assignment\":false,\"has_client\":false,\"internal_only\":false,\"status\":[\"standby\"],\"domain\":[\"Client Services\"],\"filter_mode\":\"or\",\"valid_license\":false,\"work_status\":[\"Training\"],\"city\":\"mniihfqcoynlazghdtqtq\",\"state\":\"xb\",\"zip\":\"ajwbpilpm\",\"first_name\":\"ufinllwloauydlsmsjury\",\"last_name\":\"vojcybzvrbyickznkyglo\",\"middle_name\":\"igmkwxphlvazjrcnfbaqy\",\"address\":\"wuxhgjjmzuxjubqouzswi\",\"capability\":\"wxtrkimfcatbxspzmrazs\",\"periscope_id\":63,\"payee_type\":\"independent_contractor_individual\",\"compensation_type\":\"salary\",\"pay_period\":\"monthly\",\"direct_deposit\":true,\"account_type\":\"HR\",\"document_types\":\"oyjpxmqesedyghenqcopw\",\"document_expiration_start\":\"2026-05-14T17:42:31\",\"document_expiration_end\":\"2026-05-14T17:42:31\",\"context\":\"assessor\",\"filters\":{\"logic\":\"AND\"},\"licenses\":[{\"id\":17}],\"professions\":[{\"id\":17}],\"trainings\":[{\"id\":17}],\"request_types\":[{\"id\":17}]}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/users\/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/search",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/search"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"email\":\"kunde.eloisa@example.com\",\"phone\":\"hfqcoynlazghdtqtq\",\"case_id\":17,\"tag_id\":[17],\"tag_category_id\":17,\"tag_type\":\"mqeopfuudtdsufvyvddqa\",\"case_load\":false,\"sort_by\":\"city\",\"sort_order\":\"asc\",\"page\":45,\"per_page\":13,\"limit\":8,\"offset\":30,\"role_id\":17,\"role_ids\":[17],\"role_names\":[\"mqeopfuudtdsufvyvddqa\"],\"case_assignment\":true,\"has_client\":true,\"internal_only\":false,\"status\":[\"pending\"],\"domain\":[\"clinical\"],\"filter_mode\":\"and\",\"valid_license\":true,\"work_status\":[\"Active\"],\"city\":\"mniihfqcoynlazghdtqtq\",\"state\":\"xb\",\"zip\":\"ajwbpilpm\",\"first_name\":\"ufinllwloauydlsmsjury\",\"last_name\":\"vojcybzvrbyickznkyglo\",\"middle_name\":\"igmkwxphlvazjrcnfbaqy\",\"address\":\"wuxhgjjmzuxjubqouzswi\",\"capability\":\"wxtrkimfcatbxspzmrazs\",\"periscope_id\":63,\"payee_type\":\"employee\",\"compensation_type\":\"piece_work\",\"pay_period\":\"monthly\",\"direct_deposit\":true,\"account_type\":\"executive_suite\",\"document_types\":\"oyjpxmqesedyghenqcopw\",\"document_expiration_start\":\"2026-05-14T17:42:31\",\"document_expiration_end\":\"2026-05-14T17:42:31\",\"context\":\"consultant\",\"filters\":{\"logic\":\"OR\"},\"licenses\":[{\"id\":17}],\"professions\":[{\"id\":17}],\"trainings\":[{\"id\":17}],\"request_types\":[{\"id\":17}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Export users to CSV.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/export",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/export"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"email\":\"kunde.eloisa@example.com\",\"phone\":\"hfqcoynlazghdtqtq\",\"case_id\":17,\"tag_id\":[17],\"tag_category_id\":17,\"tag_type\":\"mqeopfuudtdsufvyvddqa\",\"case_load\":false,\"sort_by\":\"state\",\"sort_order\":\"desc\",\"page\":45,\"per_page\":13,\"limit\":8,\"offset\":30,\"role_id\":17,\"role_ids\":[17],\"role_names\":[\"mqeopfuudtdsufvyvddqa\"],\"case_assignment\":false,\"has_client\":false,\"internal_only\":false,\"status\":[\"standby\"],\"domain\":[\"Engineering\"],\"filter_mode\":\"or\",\"valid_license\":true,\"work_status\":[\"Active\"],\"city\":\"mniihfqcoynlazghdtqtq\",\"state\":\"xb\",\"zip\":\"ajwbpilpm\",\"first_name\":\"ufinllwloauydlsmsjury\",\"last_name\":\"vojcybzvrbyickznkyglo\",\"middle_name\":\"igmkwxphlvazjrcnfbaqy\",\"address\":\"wuxhgjjmzuxjubqouzswi\",\"capability\":\"wxtrkimfcatbxspzmrazs\",\"periscope_id\":63,\"payee_type\":\"employee\",\"compensation_type\":\"salary\",\"pay_period\":\"semi_monthly\",\"direct_deposit\":true,\"account_type\":\"Client Services\",\"document_types\":\"oyjpxmqesedyghenqcopw\",\"document_expiration_start\":\"2026-05-14T17:42:31\",\"document_expiration_end\":\"2026-05-14T17:42:31\",\"context\":\"assessor\",\"filters\":{\"logic\":\"OR\"},\"fields\":[\"vownkbamlnfngefbeilfz\"],\"field_order\":[\"syuxoezbdtabptcyyerev\"],\"licenses\":[{\"id\":17}],\"professions\":[{\"id\":17}],\"trainings\":[{\"id\":17}],\"request_types\":[{\"id\":17}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/users\/searchable-fields",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/searchable-fields",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/searchable-fields"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/users\/sortable-fields",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/sortable-fields",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/sortable-fields"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/users\/{user_id}\/compliance-documents",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/compliance-documents",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/compliance-documents",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/users\/{user_id}\/workmarket-expenses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/workmarket-expenses",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/workmarket-expenses",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get the capabilities assigned to a user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/capabilities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/capabilities",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Assign capabilities to a user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/capabilities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/capabilities",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"capabilities\":[{\"id\":17}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove a capability from a user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/capabilities\/:capability_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/capabilities\/:capability_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "capability_id",
                                    "key": "capability_id",
                                    "value": "24",
                                    "description": "The ID of the capability."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/users\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"email\":\"kunde.eloisa@example.com\",\"password\":\"4[*UyPJ\\\"}6\",\"caseload\":26,\"legal_first_name\":\"dtqtqxbajwbpilpmufinl\",\"legal_last_name\":\"lwloauydlsmsjuryvojcy\",\"preferred_first_name\":\"bzvrbyickznkygloigmkw\",\"preferred_last_name\":\"xphlvazjrcnfbaqywuxhg\",\"date_of_birth\":\"2026-05-14T17:42:31\",\"phone\":\"consequatur\",\"ssn\":\"mqeopfuudtdsufvyvddqa\",\"start_date\":\"2026-05-14T17:42:31\",\"work_status\":\"mniihfqcoynlazghdtqtq\",\"last_day_of_work\":\"2026-05-14T17:42:31\",\"user_type\":\"consequatur\",\"upper_first_name\":\"mqeopfuudtdsufvyvddqa\",\"upper_last_name\":\"mniihfqcoynlazghdtqtq\",\"salutation\":\"xbajwbpilpmufinllwloa\",\"payee_type\":\"consequatur\",\"employment_type\":\"consequatur\",\"status\":\"consequatur\",\"compensation_type\":\"consequatur\",\"pay_period\":\"consequatur\",\"deduct_drive_time\":true,\"workmarket_id\":\"lILn\",\"phones\":[{\"number\":\"consequatur\",\"type\":\"mobile\"}],\"emails\":[{\"address\":\"mqeopfuudtdsufvyvddqa\",\"type\":\"main\"}],\"tags\":[{\"id\":17}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/users\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "DELETE api\/users\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/users\/{user_id}\/visible-clients",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/visible-clients",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/visible-clients",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/users\/{user_id}\/visible-clients",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/visible-clients",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/visible-clients",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"visibleClients\":[{\"id\":17,\"includeDescendants\":false}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/users\/{user_id}\/visible-clients\/{client_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/visible-clients\/:client_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/visible-clients\/:client_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "client_id",
                                    "key": "client_id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/users\/{user_id}\/visible-clients",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/visible-clients",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/visible-clients",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"visibleClients\":[{\"id\":17,\"includeDescendants\":false}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/users\/{user_id}\/visible-clients\/{client_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/visible-clients\/:client_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/visible-clients\/:client_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "client_id",
                                    "key": "client_id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of the user's unavailability records.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/unavailability",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/unavailability",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-05-14\",\"end_date\":\"2026-05-14\",\"include_past\":false,\"per_page\":21}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created user unavailability record.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/unavailability",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/unavailability",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2020-09-09\",\"end_date\":\"2107-06-13\",\"type\":\"single_date\",\"reason\":\"mqeopfuudtdsufvyvddqa\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update the specified user unavailability record.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/unavailability\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/unavailability\/:id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the unavailability."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2020-09-09\",\"end_date\":\"2107-06-13\",\"type\":\"single_date\",\"reason\":\"mqeopfuudtdsufvyvddqa\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified user unavailability record.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/unavailability\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/unavailability\/:id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the unavailability."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/clinician-casework-preferences",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clinician-casework-preferences",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clinician-casework-preferences"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/clinician-casework-preferences",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clinician-casework-preferences",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clinician-casework-preferences"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":17,\"client_id\":17,\"preference_flag\":\"Preferred\",\"mentor_id\":17,\"caseload\":45,\"assessor_note\":\"consequatur\",\"consultant_note\":\"consequatur\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/clinician-casework-preferences\/user\/{userId}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clinician-casework-preferences\/user\/:userId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clinician-casework-preferences\/user\/:userId",
                            "variable": [
                                {
                                    "id": "userId",
                                    "key": "userId",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/clinician-casework-preferences\/{clinicianCaseworkPreference_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clinician-casework-preferences\/:clinicianCaseworkPreference_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clinician-casework-preferences\/:clinicianCaseworkPreference_id",
                            "variable": [
                                {
                                    "id": "clinicianCaseworkPreference_id",
                                    "key": "clinicianCaseworkPreference_id",
                                    "value": "1",
                                    "description": "The ID of the clinicianCaseworkPreference."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/clinician-casework-preferences\/{clinicianCaseworkPreference_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clinician-casework-preferences\/:clinicianCaseworkPreference_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clinician-casework-preferences\/:clinicianCaseworkPreference_id",
                            "variable": [
                                {
                                    "id": "clinicianCaseworkPreference_id",
                                    "key": "clinicianCaseworkPreference_id",
                                    "value": "1",
                                    "description": "The ID of the clinicianCaseworkPreference."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":17,\"client_id\":17,\"preference_flag\":\"Last Resort\",\"mentor_id\":17,\"caseload\":45,\"assessor_note\":\"consequatur\",\"consultant_note\":\"consequatur\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/clinician-casework-preferences\/{clinicianCaseworkPreference_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clinician-casework-preferences\/:clinicianCaseworkPreference_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clinician-casework-preferences\/:clinicianCaseworkPreference_id",
                            "variable": [
                                {
                                    "id": "clinicianCaseworkPreference_id",
                                    "key": "clinicianCaseworkPreference_id",
                                    "value": "1",
                                    "description": "The ID of the clinicianCaseworkPreference."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of the user's notes.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/notes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/notes",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display the specified user note.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/notes\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/notes\/:id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the note."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created note for the user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/notes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/notes",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"note\":\"vmqeopfuudtdsufvyvddq\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update the specified user note.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/notes\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/notes\/:id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the note."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"note\":\"vmqeopfuudtdsufvyvddq\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified user note.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/notes\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/notes\/:id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the note."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a paginated listing of profile change requests for a user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/profile-change-requests",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/profile-change-requests",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created profile change request.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/profile-change-requests",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/profile-change-requests",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"requested_changes\":{\"name\":\"vmqeopfuudtdsufvyvddq\",\"email\":\"kunde.eloisa@example.com\",\"legal_first_name\":\"hfqcoynlazghdtqtqxbaj\",\"legal_last_name\":\"wbpilpmufinllwloauydl\",\"preferred_first_name\":\"smsjuryvojcybzvrbyick\",\"preferred_last_name\":\"znkygloigmkwxphlvazjr\",\"date_of_birth\":\"2026-05-14T17:42:31\",\"salutation\":\"cnfbaqywuxhgjjmzuxjub\",\"status\":\"consequatur\",\"mentor_id\":17,\"roles\":[{\"id\":17}],\"emails\":[{\"address\":\"mqeopfuudtdsufvyvddqa\",\"type\":\"secondary\"}],\"phones\":[{\"number\":\"mniihfqcoynlazghd\",\"sms\":true,\"type\":\"mobile\"}],\"addresses\":[{\"line_1\":\"tqtqxbajwbpilpmufinll\",\"line_2\":\"wloauydlsmsjuryvojcyb\",\"city\":\"zvrbyickznkygloigmkwx\",\"state\":\"phlvazjrcnfbaqywuxhgj\",\"zip\":\"jmzuxjubqouzswiwx\",\"county_name\":\"trkimfcatbxspzmrazsro\",\"is_primary\":false,\"type\":\"shipping\"}]}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display the specified profile change request.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/profile-change-requests\/:profileChangeRequest_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/profile-change-requests\/:profileChangeRequest_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "profileChangeRequest_id",
                                    "key": "profileChangeRequest_id",
                                    "value": "1",
                                    "description": "The ID of the profileChangeRequest."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a paginated listing of all profile change requests.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/profile-change-requests",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/profile-change-requests"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"approved\",\"user_id\":17,\"requester_id\":17,\"reviewer_id\":17,\"created_from\":\"2026-05-14\",\"created_to\":\"2107-06-13\",\"sort_by\":\"status\",\"sort_order\":\"desc\",\"per_page\":13,\"page\":56,\"limit\":5,\"offset\":50}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display the specified profile change request by ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/profile-change-requests\/:profileChangeRequest_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/profile-change-requests\/:profileChangeRequest_id",
                            "variable": [
                                {
                                    "id": "profileChangeRequest_id",
                                    "key": "profileChangeRequest_id",
                                    "value": "1",
                                    "description": "The ID of the profileChangeRequest."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Approve a profile change request.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/profile-change-requests\/:profileChangeRequest_id\/approve",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/profile-change-requests\/:profileChangeRequest_id\/approve",
                            "variable": [
                                {
                                    "id": "profileChangeRequest_id",
                                    "key": "profileChangeRequest_id",
                                    "value": "1",
                                    "description": "The ID of the profileChangeRequest."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"reviewer_notes\":\"vmqeopfuudtdsufvyvddq\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Cancel a profile change request.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/profile-change-requests\/:profileChangeRequest_id\/cancel",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/profile-change-requests\/:profileChangeRequest_id\/cancel",
                            "variable": [
                                {
                                    "id": "profileChangeRequest_id",
                                    "key": "profileChangeRequest_id",
                                    "value": "1",
                                    "description": "The ID of the profileChangeRequest."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Deny a profile change request.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/profile-change-requests\/:profileChangeRequest_id\/deny",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/profile-change-requests\/:profileChangeRequest_id\/deny",
                            "variable": [
                                {
                                    "id": "profileChangeRequest_id",
                                    "key": "profileChangeRequest_id",
                                    "value": "1",
                                    "description": "The ID of the profileChangeRequest."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"reviewer_notes\":\"vmqeopfuudtdsufvyvddq\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of document change requests for a user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/document-change-requests",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/document-change-requests",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created document change request.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/document-change-requests",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/document-change-requests",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "action_type",
                                    "value": "update",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "document_id",
                                    "value": "17",
                                    "type": "text",
                                    "description": "This field is required when <code>action_type<\/code> is <code>update<\/code> or <code>delete<\/code>. The <code>id<\/code> of an existing record in the documents table."
                                },
                                {
                                    "key": "requested_changes[title]",
                                    "value": "mqeopfuudtdsufvyvddqa",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "requested_changes[document_label]",
                                    "value": "mniihfqcoynlazghdtqtq",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "requested_changes[document_type]",
                                    "value": "xbajwbpilpmufinllwloa",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "requested_changes[state]",
                                    "value": "uydlsmsjuryvojcybzvrb",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "requested_changes[expiration_date]",
                                    "value": "2026-05-14T17:42:31",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "requested_changes[description]",
                                    "value": "Dolores dolorum amet iste laborum eius est dolor.",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display the specified document change request.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/document-change-requests\/:documentChangeRequest_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/document-change-requests\/:documentChangeRequest_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "documentChangeRequest_id",
                                    "key": "documentChangeRequest_id",
                                    "value": "1",
                                    "description": "The ID of the documentChangeRequest."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified document change request.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/document-change-requests\/:documentChangeRequest_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/document-change-requests\/:documentChangeRequest_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "documentChangeRequest_id",
                                    "key": "documentChangeRequest_id",
                                    "value": "1",
                                    "description": "The ID of the documentChangeRequest."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "action_type",
                                    "value": "create",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "requested_changes[title]",
                                    "value": "vmqeopfuudtdsufvyvddq",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "requested_changes[document_label]",
                                    "value": "amniihfqcoynlazghdtqt",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "requested_changes[document_type]",
                                    "value": "qxbajwbpilpmufinllwlo",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "requested_changes[state]",
                                    "value": "auydlsmsjuryvojcybzvr",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "requested_changes[expiration_date]",
                                    "value": "2026-05-14T17:42:31",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "requested_changes[description]",
                                    "value": "Dolores dolorum amet iste laborum eius est dolor.",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "_method",
                                    "value": "PATCH",
                                    "type": "text"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified document change request.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/document-change-requests\/:documentChangeRequest_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/document-change-requests\/:documentChangeRequest_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                },
                                {
                                    "id": "documentChangeRequest_id",
                                    "key": "documentChangeRequest_id",
                                    "value": "1",
                                    "description": "The ID of the documentChangeRequest."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Return all blackout\/unavailability dates for a specific user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/users\/:user_id\/blackouts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/users\/:user_id\/blackouts",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "Used by the Clinician Profile tab to display unavailability."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a paginated listing of all document change requests.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/document-change-requests",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/document-change-requests"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"denied\",\"request_type\":\"update\",\"user_id\":17,\"requested_by\":17,\"reviewed_by\":17,\"document_id\":17,\"created_from\":\"2026-05-14T17:42:31\",\"created_to\":\"2026-05-14T17:42:31\",\"sort_by\":\"request_type\",\"sort_order\":\"desc\",\"per_page\":13}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display the specified document change request by ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/document-change-requests\/:documentChangeRequest_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/document-change-requests\/:documentChangeRequest_id",
                            "variable": [
                                {
                                    "id": "documentChangeRequest_id",
                                    "key": "documentChangeRequest_id",
                                    "value": "1",
                                    "description": "The ID of the documentChangeRequest."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Approve a document change request.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/document-change-requests\/:documentChangeRequest_id\/approve",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/document-change-requests\/:documentChangeRequest_id\/approve",
                            "variable": [
                                {
                                    "id": "documentChangeRequest_id",
                                    "key": "documentChangeRequest_id",
                                    "value": "1",
                                    "description": "The ID of the documentChangeRequest."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"reviewer_notes\":\"vmqeopfuudtdsufvyvddq\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Deny a document change request.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/document-change-requests\/:documentChangeRequest_id\/deny",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/document-change-requests\/:documentChangeRequest_id\/deny",
                            "variable": [
                                {
                                    "id": "documentChangeRequest_id",
                                    "key": "documentChangeRequest_id",
                                    "value": "1",
                                    "description": "The ID of the documentChangeRequest."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"denial_reason\":\"vmqeopfuudtdsufvyvddq\",\"reviewer_notes\":\"amniihfqcoynlazghdtqt\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Cancel a document change request.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/document-change-requests\/:documentChangeRequest_id\/cancel",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/document-change-requests\/:documentChangeRequest_id\/cancel",
                            "variable": [
                                {
                                    "id": "documentChangeRequest_id",
                                    "key": "documentChangeRequest_id",
                                    "value": "1",
                                    "description": "The ID of the documentChangeRequest."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/roles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/roles",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"user_type\":\"consequatur\",\"permissions\":[17],\"permission_groups\":[17],\"api_id\":\"consequatur\",\"persona_abbreviation\":\"consequatur\",\"persona_type\":\"consequatur\",\"is_capability\":true,\"is_specialty\":false,\"case_assignment\":false,\"bypasses_document_approval\":true,\"visibility_scope\":\"consequatur\",\"notes\":\"consequatur\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/roles\/capabilities",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/capabilities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/capabilities"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"vmqeopfuudtdsufvyvddq\",\"sort_by\":\"last_updated_by\",\"sort_order\":\"asc\",\"page\":2,\"per_page\":13}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/roles\/capabilities",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/capabilities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/capabilities"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\",\"domains\":[\"Engineering\"],\"permissions\":[17]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/roles\/capabilities\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/capabilities\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/capabilities\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "24",
                                    "description": "The ID of the capability."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/roles\/capabilities\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/capabilities\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/capabilities\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "24",
                                    "description": "The ID of the capability."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"version\":73,\"name\":\"mqeopfuudtdsufvyvddqa\",\"description\":\"Molestias ipsam sit veniam sed fuga aspernatur.\",\"domains\":[\"Client\"],\"permissions\":[17]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/roles\/capabilities\/{capability_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/capabilities\/:capability_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/capabilities\/:capability_id",
                            "variable": [
                                {
                                    "id": "capability_id",
                                    "key": "capability_id",
                                    "value": "24",
                                    "description": "The ID of the capability."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/roles\/domains",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/domains",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/domains"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/roles\/grouped-by-domain",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/grouped-by-domain",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/grouped-by-domain"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/roles\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "24",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get all users assigned to a role.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/:role_id\/users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/:role_id\/users",
                            "variable": [
                                {
                                    "id": "role_id",
                                    "key": "role_id",
                                    "value": "24",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/roles\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "24",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"version\":73,\"name\":\"mqeopfuudtdsufvyvddqa\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"user_type\":\"consequatur\",\"permissions\":[17],\"permission_groups\":[17],\"api_id\":\"consequatur\",\"persona_abbreviation\":\"consequatur\",\"persona_type\":\"consequatur\",\"is_capability\":true,\"is_specialty\":true,\"case_assignment\":false,\"bypasses_document_approval\":true,\"visibility_scope\":\"consequatur\",\"notes\":\"consequatur\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/roles\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "24",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/roles\/{role_id}\/expense-types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/:role_id\/expense-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/:role_id\/expense-types",
                            "variable": [
                                {
                                    "id": "role_id",
                                    "key": "role_id",
                                    "value": "24",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/roles\/{role_id}\/expense-types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/:role_id\/expense-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/:role_id\/expense-types",
                            "variable": [
                                {
                                    "id": "role_id",
                                    "key": "role_id",
                                    "value": "24",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"expense_type_codes\":[\"consequatur\"]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/roles\/{role_id}\/expense-types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/:role_id\/expense-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/:role_id\/expense-types",
                            "variable": [
                                {
                                    "id": "role_id",
                                    "key": "role_id",
                                    "value": "24",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"expense_type_codes\":[\"consequatur\"]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/roles\/{role_id}\/expense-types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/roles\/:role_id\/expense-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/roles\/:role_id\/expense-types",
                            "variable": [
                                {
                                    "id": "role_id",
                                    "key": "role_id",
                                    "value": "24",
                                    "description": "The ID of the role."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"expense_type_codes\":[\"consequatur\"]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/permissions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permissions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get permissions grouped by module and subgroup.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permissions\/grouped-by-group",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permissions\/grouped-by-group"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/permissions\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permissions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permissions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the permission."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/permission-groups",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permission-groups",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permission-groups"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/permission-groups\/{permissionGroup_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/permission-groups\/:permissionGroup_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/permission-groups\/:permissionGroup_id",
                            "variable": [
                                {
                                    "id": "permissionGroup_id",
                                    "key": "permissionGroup_id",
                                    "value": "202",
                                    "description": "The ID of the permissionGroup."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a listing of the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lines-of-business",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lines-of-business"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show the form for creating a new resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lines-of-business",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lines-of-business"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"consequatur\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"slug\":\"consequatur\",\"is_active\":true,\"has_tat\":false,\"has_tat_default\":true,\"client_id\":17}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display the specified resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lines-of-business\/:linesOfBusiness_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lines-of-business\/:linesOfBusiness_id",
                            "variable": [
                                {
                                    "id": "linesOfBusiness_id",
                                    "key": "linesOfBusiness_id",
                                    "value": "1",
                                    "description": "The ID of the linesOfBusiness."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show the form for editing the specified resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lines-of-business\/:linesOfBusiness_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lines-of-business\/:linesOfBusiness_id",
                            "variable": [
                                {
                                    "id": "linesOfBusiness_id",
                                    "key": "linesOfBusiness_id",
                                    "value": "1",
                                    "description": "The ID of the linesOfBusiness."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"consequatur\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"slug\":\"consequatur\",\"is_active\":false,\"has_tat\":false,\"has_tat_default\":false,\"client_id\":17}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lines-of-business\/:linesOfBusiness_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lines-of-business\/:linesOfBusiness_id",
                            "variable": [
                                {
                                    "id": "linesOfBusiness_id",
                                    "key": "linesOfBusiness_id",
                                    "value": "1",
                                    "description": "The ID of the linesOfBusiness."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/lines-of-business\/by-client\/{client_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lines-of-business\/by-client\/:client_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lines-of-business\/by-client\/:client_id",
                            "variable": [
                                {
                                    "id": "client_id",
                                    "key": "client_id",
                                    "value": "1",
                                    "description": "The ID of the client."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/banners",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/banners",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/banners"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"audience\":\"client\",\"search\":\"consequatur\",\"page\":45,\"perPage\":16,\"sortBy\":\"title\",\"sortOrder\":\"desc\",\"per_page\":5,\"sort_by\":\"consequatur\",\"sort_order\":\"consequatur\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/banners",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/banners",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/banners"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"vmqeopfuudtdsufvyvddq\",\"messageBody\":\"consequatur\",\"type\":\"warning\",\"audience\":\"clinician\",\"isActive\":false,\"isDismissable\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/banners\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/banners\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/banners\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the banner."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/banners\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/banners\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/banners\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the banner."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"vmqeopfuudtdsufvyvddq\",\"messageBody\":\"consequatur\",\"type\":\"warning\",\"audience\":\"site\",\"isActive\":true,\"isDismissable\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/banners\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/banners\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/banners\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the banner."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/admin\/banners\/site",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/banners\/site",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/banners\/site"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/admin\/banners\/site\/{siteBanner_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/banners\/site\/:siteBanner_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/banners\/site\/:siteBanner_id",
                            "variable": [
                                {
                                    "id": "siteBanner_id",
                                    "key": "siteBanner_id",
                                    "value": "17",
                                    "description": "The ID of the siteBanner."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"vmqeopfuudtdsufvyvddq\",\"body\":\"consequatur\",\"type\":\"warning\",\"active\":false,\"dismissable\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/global-settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/global-settings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/global-settings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/global-settings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/global-settings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/global-settings"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"system_settings\":{\"timeout_period\":73,\"disable_credentials_after_inactive_days\":45,\"invitation_email_expiry_hours\":56},\"clinician_settings\":{\"deactivate_clinician_no_assessment_days\":17}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/clinical-criteria",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clinical-criteria",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clinical-criteria"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"vmqeopfuudtdsufvyvddq\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/clinical-criteria",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clinical-criteria",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clinical-criteria"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/clinical-criteria\/{clinicalCriteria_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clinical-criteria\/:clinicalCriteria_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clinical-criteria\/:clinicalCriteria_id",
                            "variable": [
                                {
                                    "id": "clinicalCriteria_id",
                                    "key": "clinicalCriteria_id",
                                    "value": "17",
                                    "description": "The ID of the clinicalCriteria."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/clinical-criteria\/{clinicalCriteria_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clinical-criteria\/:clinicalCriteria_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clinical-criteria\/:clinicalCriteria_id",
                            "variable": [
                                {
                                    "id": "clinicalCriteria_id",
                                    "key": "clinicalCriteria_id",
                                    "value": "17",
                                    "description": "The ID of the clinicalCriteria."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"is_active\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/clinical-criteria\/{clinicalCriteria_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clinical-criteria\/:clinicalCriteria_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clinical-criteria\/:clinicalCriteria_id",
                            "variable": [
                                {
                                    "id": "clinicalCriteria_id",
                                    "key": "clinicalCriteria_id",
                                    "value": "17",
                                    "description": "The ID of the clinicalCriteria."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/default-email-templates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/default-email-templates",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/default-email-templates"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/default-email-templates\/{defaultEmailTemplate_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/default-email-templates\/:defaultEmailTemplate_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/default-email-templates\/:defaultEmailTemplate_id",
                            "variable": [
                                {
                                    "id": "defaultEmailTemplate_id",
                                    "key": "defaultEmailTemplate_id",
                                    "value": "17",
                                    "description": "The ID of the defaultEmailTemplate."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/default-email-templates\/{defaultEmailTemplate_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/default-email-templates\/:defaultEmailTemplate_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/default-email-templates\/:defaultEmailTemplate_id",
                            "variable": [
                                {
                                    "id": "defaultEmailTemplate_id",
                                    "key": "defaultEmailTemplate_id",
                                    "value": "17",
                                    "description": "The ID of the defaultEmailTemplate."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"subject\":\"vmqeopfuudtdsufvyvddq\",\"body\":\"consequatur\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/default-email-templates\/{defaultEmailTemplate_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/default-email-templates\/:defaultEmailTemplate_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/default-email-templates\/:defaultEmailTemplate_id",
                            "variable": [
                                {
                                    "id": "defaultEmailTemplate_id",
                                    "key": "defaultEmailTemplate_id",
                                    "value": "17",
                                    "description": "The ID of the defaultEmailTemplate."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/default-email-templates\/{defaultEmailTemplate_id}\/reset",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/default-email-templates\/:defaultEmailTemplate_id\/reset",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/default-email-templates\/:defaultEmailTemplate_id\/reset",
                            "variable": [
                                {
                                    "id": "defaultEmailTemplate_id",
                                    "key": "defaultEmailTemplate_id",
                                    "value": "17",
                                    "description": "The ID of the defaultEmailTemplate."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/system-rules",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/system-rules",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/system-rules"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"query\":\"consequatur\",\"rule_family\":\"mqeopfuudtdsufvyvddqa\",\"status\":\"draft\",\"page\":45,\"per_page\":13,\"sort_by\":\"rule_family\",\"sort_order\":\"desc\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/system-rules",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/system-rules",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/system-rules"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"rule_family\":\"vmqeopfuudtdsufvyvddq\",\"title\":\"amniihfqcoynlazghdtqt\",\"status\":\"draft\",\"priority\":56,\"conditions\":[{\"field\":\"vmqeopfuudtdsufvyvddq\",\"operator\":\"amniihfqcoynlazghdtqt\",\"boolean\":\"or\",\"source\":\"qxbajwbpilpmufinllwlo\",\"path\":\"auydlsmsjuryvojcybzvr\"}],\"actions\":[{\"type\":\"byickznkygloigmkwxphl\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/system-rules\/{systemRule_id}\/duplicate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/system-rules\/:systemRule_id\/duplicate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/system-rules\/:systemRule_id\/duplicate",
                            "variable": [
                                {
                                    "id": "systemRule_id",
                                    "key": "systemRule_id",
                                    "value": "17",
                                    "description": "The ID of the systemRule."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/system-rules\/{systemRule_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/system-rules\/:systemRule_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/system-rules\/:systemRule_id",
                            "variable": [
                                {
                                    "id": "systemRule_id",
                                    "key": "systemRule_id",
                                    "value": "17",
                                    "description": "The ID of the systemRule."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/system-rules\/{systemRule_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/system-rules\/:systemRule_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/system-rules\/:systemRule_id",
                            "variable": [
                                {
                                    "id": "systemRule_id",
                                    "key": "systemRule_id",
                                    "value": "17",
                                    "description": "The ID of the systemRule."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"rule_family\":\"vmqeopfuudtdsufvyvddq\",\"title\":\"amniihfqcoynlazghdtqt\",\"status\":\"active\",\"priority\":56,\"version\":81,\"conditions\":[{\"field\":\"bajwbpilpmufinllwloau\",\"operator\":\"ydlsmsjuryvojcybzvrby\",\"boolean\":\"or\",\"source\":\"ickznkygloigmkwxphlva\",\"path\":\"zjrcnfbaqywuxhgjjmzux\"}],\"actions\":[{\"type\":\"jubqouzswiwxtrkimfcat\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/system-rules\/{systemRule_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/system-rules\/:systemRule_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/system-rules\/:systemRule_id",
                            "variable": [
                                {
                                    "id": "systemRule_id",
                                    "key": "systemRule_id",
                                    "value": "17",
                                    "description": "The ID of the systemRule."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/alert-templates\/available-tags",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/alert-templates\/available-tags",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/alert-templates\/available-tags"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"message_type\":\"tls_secure\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/alert-templates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/alert-templates",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/alert-templates"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"filters\":{\"logic\":\"AND\"},\"search\":\"consequatur\",\"page\":45,\"per_page\":16}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/alert-templates\/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/alert-templates\/search",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/alert-templates\/search"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"filters\":{\"logic\":\"OR\"},\"search\":\"consequatur\",\"page\":45,\"per_page\":16}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/alert-templates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/alert-templates",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/alert-templates"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"vmqeopfuudtdsufvyvddq\",\"default_message\":\"amniihfqcoynlazghdtqt\",\"tls_secure_message\":\"qxbajwbpilpmufinllwlo\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/alert-templates\/{alertTemplate_id}\/render",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/alert-templates\/:alertTemplate_id\/render",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/alert-templates\/:alertTemplate_id\/render",
                            "variable": [
                                {
                                    "id": "alertTemplate_id",
                                    "key": "alertTemplate_id",
                                    "value": "17",
                                    "description": "The ID of the alertTemplate."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"message_type\":\"default\",\"output_format\":\"html\",\"reference_id\":\"consequatur\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/alert-templates\/{alertTemplate_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/alert-templates\/:alertTemplate_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/alert-templates\/:alertTemplate_id",
                            "variable": [
                                {
                                    "id": "alertTemplate_id",
                                    "key": "alertTemplate_id",
                                    "value": "17",
                                    "description": "The ID of the alertTemplate."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/admin\/alert-templates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/alert-templates",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/alert-templates"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"filters\":{\"logic\":\"OR\"},\"search\":\"consequatur\",\"page\":45,\"per_page\":16}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/admin\/alert-templates\/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/alert-templates\/search",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/alert-templates\/search"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"filters\":{\"logic\":\"OR\"},\"search\":\"consequatur\",\"page\":45,\"per_page\":16}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/admin\/alert-templates\/{alertTemplate_id}\/render",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/alert-templates\/:alertTemplate_id\/render",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/alert-templates\/:alertTemplate_id\/render",
                            "variable": [
                                {
                                    "id": "alertTemplate_id",
                                    "key": "alertTemplate_id",
                                    "value": "17",
                                    "description": "The ID of the alertTemplate."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"message_type\":\"default\",\"output_format\":\"pdf\",\"reference_id\":\"consequatur\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/admin\/alert-templates\/{alertTemplate_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/alert-templates\/:alertTemplate_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/alert-templates\/:alertTemplate_id",
                            "variable": [
                                {
                                    "id": "alertTemplate_id",
                                    "key": "alertTemplate_id",
                                    "value": "17",
                                    "description": "The ID of the alertTemplate."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a listing of the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/member-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/member-types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"type\":\"vmqeopfuudtdsufvyvddq\",\"client_id\":17}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show the form for creating a new resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/member-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/member-types"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"type\":\"consequatur\",\"client_id\":\"consequatur\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display the specified resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/member-types\/:memberType_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/member-types\/:memberType_id",
                            "variable": [
                                {
                                    "id": "memberType_id",
                                    "key": "memberType_id",
                                    "value": "1",
                                    "description": "The ID of the memberType."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show the form for editing the specified resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/member-types\/:memberType_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/member-types\/:memberType_id",
                            "variable": [
                                {
                                    "id": "memberType_id",
                                    "key": "memberType_id",
                                    "value": "1",
                                    "description": "The ID of the memberType."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"type\":\"consequatur\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/member-types\/:memberType_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/member-types\/:memberType_id",
                            "variable": [
                                {
                                    "id": "memberType_id",
                                    "key": "memberType_id",
                                    "value": "1",
                                    "description": "The ID of the memberType."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/activities",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/activities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/activities"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"consequatur\",\"start_date\":\"2026-05-14T17:42:32\",\"end_date\":\"2026-05-14T17:42:32\",\"entity\":[\"consequatur\"],\"entity_id\":17,\"user_id\":17,\"causer_type_name\":\"consequatur\",\"user_ids\":[17],\"page\":45,\"per_page\":16,\"sort_by\":\"field\",\"sort_order\":\"asc\",\"subject_type_name\":\"consequatur\",\"subject_id\":17,\"causer_id\":17,\"causer_ids\":\"consequatur\",\"limit\":13,\"offset\":56}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/members\/gryphon-activities\/{member_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/members\/gryphon-activities\/:member_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/members\/gryphon-activities\/:member_id",
                            "variable": [
                                {
                                    "id": "member_id",
                                    "key": "member_id",
                                    "value": "1",
                                    "description": "The ID of the member."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"message\":\"consequatur\",\"priority\":\"consequatur\",\"user\":{\"id\":17},\"visibility\":\"consequatur\",\"parent\":{\"id\":17}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/members\/gryphon-activities\/{member_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/members\/gryphon-activities\/:member_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/members\/gryphon-activities\/:member_id",
                            "variable": [
                                {
                                    "id": "member_id",
                                    "key": "member_id",
                                    "value": "1",
                                    "description": "The ID of the member."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"consequatur\",\"start_date\":\"2026-05-14T17:42:32\",\"end_date\":\"2026-05-14T17:42:32\",\"created_at\":\"2026-05-14T17:42:32\",\"activity_type\":\"consequatur\",\"priority\":\"consequatur\",\"visibility\":\"consequatur\",\"user_id\":17,\"parent_id\":17,\"updated_at\":\"2026-05-14T17:42:32\",\"page\":45,\"per_page\":16,\"limit\":5,\"offset\":50,\"sort\":\"consequatur\",\"order\":\"consequatur\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/members",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/members",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/members"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"vmqeopfuudtdsufvyvddq\",\"first_name\":\"amniihfqcoynlazghdtqt\",\"middle_initial\":\"q\",\"last_name\":\"xbajwbpilpmufinllwloa\",\"ssn\":\"2662\",\"gender\":\"other\",\"language\":\"Indonesian\",\"date_of_birth\":\"2026-05-14T17:42:32\",\"client\":{\"member_type\":[],\"lines_of_business\":[],\"client_member_id\":\"uudtdsufvyvddqamniihf\"},\"safety_flag\":\"aggressive_behavior\",\"notes\":\"consequatur\",\"phones\":[{\"number\":\"mqeopfuudtdsufvyvddqa\",\"type\":\"main\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/members",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/members",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/members"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"consequatur\",\"client_id\":17,\"client_member_id\":\"consequatur\",\"page\":45,\"per_page\":16,\"limit\":5,\"offset\":50,\"sort\":\"consequatur\",\"order\":\"consequatur\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/members\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/members\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/members\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the member."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/members\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/members\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/members\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the member."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"vmqeopfuudtdsufvyvddq\",\"first_name\":\"amniihfqcoynlazghdtqt\",\"middle_initial\":\"q\",\"last_name\":\"xbajwbpilpmufinllwloa\",\"gender\":\"other\",\"ssn\":\"2662\",\"language\":\"Vietnamese\",\"date_of_birth\":\"2026-05-14T17:42:32\",\"client\":{\"member_type\":[],\"lines_of_business\":[],\"client_member_id\":\"uudtdsufvyvddqamniihf\"},\"safety_flag\":\"aggressive_dog\",\"notes\":\"consequatur\",\"phones\":[{\"number\":\"mqeopfuudtdsufvyvddqa\",\"type\":\"main\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/members\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/members\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/members\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the member."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Check for duplicates against a member, based on received parameters",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/members\/check-duplicates",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/members\/check-duplicates"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ssn\":\"vmqeopfuu\",\"date_of_birth\":\"2026-05-14T17:42:32\",\"first_name\":\"dtdsufvyvddqamniihfqc\",\"last_name\":\"oynlazghdtqtqxbajwbpi\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/members\/{member_id}\/phones",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/members\/:member_id\/phones",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/members\/:member_id\/phones",
                            "variable": [
                                {
                                    "id": "member_id",
                                    "key": "member_id",
                                    "value": "1",
                                    "description": "The ID of the member."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"number\":\"vmqeopfuudtdsufvyvddq\",\"type\":\"mobile\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/members\/{member_id}\/phones\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/members\/:member_id\/phones\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/members\/:member_id\/phones\/:id",
                            "variable": [
                                {
                                    "id": "member_id",
                                    "key": "member_id",
                                    "value": "1",
                                    "description": "The ID of the member."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the phone."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"number\":\"vmqeopfuudtdsufvyvddq\",\"type\":\"home\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/members\/{member_id}\/phones\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/members\/:member_id\/phones\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/members\/:member_id\/phones\/:id",
                            "variable": [
                                {
                                    "id": "member_id",
                                    "key": "member_id",
                                    "value": "1",
                                    "description": "The ID of the member."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the phone."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/members\/{member_id}\/emails",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/members\/:member_id\/emails",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/members\/:member_id\/emails",
                            "variable": [
                                {
                                    "id": "member_id",
                                    "key": "member_id",
                                    "value": "1",
                                    "description": "The ID of the member."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"qkunze@example.com\",\"type\":\"work\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/members\/{member_id}\/emails\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/members\/:member_id\/emails\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/members\/:member_id\/emails\/:id",
                            "variable": [
                                {
                                    "id": "member_id",
                                    "key": "member_id",
                                    "value": "1",
                                    "description": "The ID of the member."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the email."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"qkunze@example.com\",\"type\":\"secondary\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/members\/{member_id}\/emails\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/members\/:member_id\/emails\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/members\/:member_id\/emails\/:id",
                            "variable": [
                                {
                                    "id": "member_id",
                                    "key": "member_id",
                                    "value": "1",
                                    "description": "The ID of the member."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the email."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/members\/{member_id}\/addresses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/members\/:member_id\/addresses",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/members\/:member_id\/addresses",
                            "variable": [
                                {
                                    "id": "member_id",
                                    "key": "member_id",
                                    "value": "1",
                                    "description": "The ID of the member."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"line_1\":\"vmqeopfuudtdsufvyvddq\",\"line_2\":\"amniihfqcoynlazghdtqt\",\"city\":\"qxbajwbpilpmufinllwlo\",\"state\":\"auydlsmsjuryvojcybzvr\",\"zip_code\":\"byickznkygloigmkwxphl\",\"is_primary\":false,\"type\":\"billing\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/members\/{member_id}\/addresses\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/members\/:member_id\/addresses\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/members\/:member_id\/addresses\/:id",
                            "variable": [
                                {
                                    "id": "member_id",
                                    "key": "member_id",
                                    "value": "1",
                                    "description": "The ID of the member."
                                },
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the address."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/gryphon-activities",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/gryphon-activities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/gryphon-activities"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"consequatur\",\"start_date\":\"2026-05-14T17:42:32\",\"end_date\":\"2026-05-14T17:42:32\",\"created_at\":\"2026-05-14T17:42:32\",\"activity_type\":\"consequatur\",\"priority\":\"consequatur\",\"visibility\":\"consequatur\",\"user_id\":17,\"parent_id\":17,\"updated_at\":\"2026-05-14T17:42:32\",\"page\":45,\"per_page\":16,\"limit\":5,\"offset\":50,\"sort\":\"consequatur\",\"order\":\"consequatur\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/gryphon-activities",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/gryphon-activities",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/gryphon-activities"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"message\":\"consequatur\",\"priority\":\"consequatur\",\"user\":{\"id\":17},\"visibility\":\"consequatur\",\"parent\":{\"id\":17}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/gryphon-activities\/watchers\/{gryphonActivity_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/gryphon-activities\/watchers\/:gryphonActivity_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/gryphon-activities\/watchers\/:gryphonActivity_id",
                            "variable": [
                                {
                                    "id": "gryphonActivity_id",
                                    "key": "gryphonActivity_id",
                                    "value": "1",
                                    "description": "The ID of the gryphonActivity."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":17,\"notified_at\":\"2026-05-14T17:42:32\",\"type\":\"consequatur\",\"viewed_at\":\"2026-05-14T17:42:32\",\"dismissed_at\":\"2026-05-14T17:42:32\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/gryphon-activities\/watchers\/{gryphonActivity_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/gryphon-activities\/watchers\/:gryphonActivity_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/gryphon-activities\/watchers\/:gryphonActivity_id",
                            "variable": [
                                {
                                    "id": "gryphonActivity_id",
                                    "key": "gryphonActivity_id",
                                    "value": "1",
                                    "description": "The ID of the gryphonActivity."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/gryphon-activities\/{gryphonActivity_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/gryphon-activities\/:gryphonActivity_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/gryphon-activities\/:gryphonActivity_id",
                            "variable": [
                                {
                                    "id": "gryphonActivity_id",
                                    "key": "gryphonActivity_id",
                                    "value": "1",
                                    "description": "The ID of the gryphonActivity."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/gryphon-activities\/{gryphonActivity_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/gryphon-activities\/:gryphonActivity_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/gryphon-activities\/:gryphonActivity_id",
                            "variable": [
                                {
                                    "id": "gryphonActivity_id",
                                    "key": "gryphonActivity_id",
                                    "value": "1",
                                    "description": "The ID of the gryphonActivity."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"message\":\"consequatur\",\"priority\":\"consequatur\",\"visibility\":\"consequatur\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/gryphon-activities\/{gryphonActivity_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/gryphon-activities\/:gryphonActivity_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/gryphon-activities\/:gryphonActivity_id",
                            "variable": [
                                {
                                    "id": "gryphonActivity_id",
                                    "key": "gryphonActivity_id",
                                    "value": "1",
                                    "description": "The ID of the gryphonActivity."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/watchers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/watchers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/watchers"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/watchers\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/watchers\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/watchers\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the watcher."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"notified_at\":\"2026-05-14T17:42:32\",\"type\":\"consequatur\",\"viewed_at\":\"2026-05-14T17:42:32\",\"dismissed_at\":\"2026-05-14T17:42:32\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/watchers\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/watchers\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/watchers\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the watcher."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/alerts",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/alerts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/alerts"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/alerts\/count",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/alerts\/count",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/alerts\/count"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/alerts\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/alerts\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/alerts\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the alert."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"dismissed_at\":\"2026-05-14T17:42:32\",\"viewed_at\":\"2026-05-14T17:42:32\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/case-types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\",\"is_group\":true,\"group\":[],\"page\":26,\"per_page\":6,\"limit\":16,\"offset\":8}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/case-types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-types"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\",\"is_group\":true,\"group\":[]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/case-types\/{caseType_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-types\/:caseType_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-types\/:caseType_id",
                            "variable": [
                                {
                                    "id": "caseType_id",
                                    "key": "caseType_id",
                                    "value": "1",
                                    "description": "The ID of the caseType."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/case-types\/{caseType_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-types\/:caseType_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-types\/:caseType_id",
                            "variable": [
                                {
                                    "id": "caseType_id",
                                    "key": "caseType_id",
                                    "value": "1",
                                    "description": "The ID of the caseType."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\",\"is_group\":false,\"group\":[],\"hcpcs\":[[]],\"cpt\":[[]]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/case-types\/{caseType}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-types\/:caseType",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-types\/:caseType",
                            "variable": [
                                {
                                    "id": "caseType",
                                    "key": "caseType",
                                    "value": "1",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/modifiers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/modifiers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/modifiers"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/modifiers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/modifiers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/modifiers"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/modifiers\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/modifiers\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/modifiers\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the modifier."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/modifiers\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/modifiers\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/modifiers\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the modifier."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/modifiers\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/modifiers\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/modifiers\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the modifier."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/case-type-options",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-type-options",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-type-options"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/case-type-options",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-type-options",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-type-options"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/case-type-options\/{caseTypeOption_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-type-options\/:caseTypeOption_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-type-options\/:caseTypeOption_id",
                            "variable": [
                                {
                                    "id": "caseTypeOption_id",
                                    "key": "caseTypeOption_id",
                                    "value": "1",
                                    "description": "The ID of the caseTypeOption."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/case-type-options\/{caseTypeOption_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-type-options\/:caseTypeOption_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-type-options\/:caseTypeOption_id",
                            "variable": [
                                {
                                    "id": "caseTypeOption_id",
                                    "key": "caseTypeOption_id",
                                    "value": "1",
                                    "description": "The ID of the caseTypeOption."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/case-type-options\/{caseTypeOption_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-type-options\/:caseTypeOption_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-type-options\/:caseTypeOption_id",
                            "variable": [
                                {
                                    "id": "caseTypeOption_id",
                                    "key": "caseTypeOption_id",
                                    "value": "1",
                                    "description": "The ID of the caseTypeOption."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/procedure-codes",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/procedure-codes",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/procedure-codes"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/procedure-codes\/hcpcs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/procedure-codes\/hcpcs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/procedure-codes\/hcpcs"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/procedure-codes\/cpt",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/procedure-codes\/cpt",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/procedure-codes\/cpt"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/procedure-codes\/{procedureCode}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/procedure-codes\/:procedureCode",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/procedure-codes\/:procedureCode",
                            "variable": [
                                {
                                    "id": "procedureCode",
                                    "key": "procedureCode",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a listing of the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-type-sets",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-type-sets"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show the form for creating a new resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-type-sets",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-type-sets"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display the specified resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-type-sets\/:caseTypeSet_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-type-sets\/:caseTypeSet_id",
                            "variable": [
                                {
                                    "id": "caseTypeSet_id",
                                    "key": "caseTypeSet_id",
                                    "value": "1",
                                    "description": "The ID of the caseTypeSet."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-type-sets\/:caseTypeSet_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-type-sets\/:caseTypeSet_id",
                            "variable": [
                                {
                                    "id": "caseTypeSet_id",
                                    "key": "caseTypeSet_id",
                                    "value": "1",
                                    "description": "The ID of the caseTypeSet."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-type-sets\/:caseTypeSet_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-type-sets\/:caseTypeSet_id",
                            "variable": [
                                {
                                    "id": "caseTypeSet_id",
                                    "key": "caseTypeSet_id",
                                    "value": "1",
                                    "description": "The ID of the caseTypeSet."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-classifications",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-classifications"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show the form for creating a new resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-classifications",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-classifications"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display the specified resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-classifications\/:caseClassification_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-classifications\/:caseClassification_id",
                            "variable": [
                                {
                                    "id": "caseClassification_id",
                                    "key": "caseClassification_id",
                                    "value": "1",
                                    "description": "The ID of the caseClassification."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-classifications\/:caseClassification_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-classifications\/:caseClassification_id",
                            "variable": [
                                {
                                    "id": "caseClassification_id",
                                    "key": "caseClassification_id",
                                    "value": "1",
                                    "description": "The ID of the caseClassification."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-classifications\/:caseClassification_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-classifications\/:caseClassification_id",
                            "variable": [
                                {
                                    "id": "caseClassification_id",
                                    "key": "caseClassification_id",
                                    "value": "1",
                                    "description": "The ID of the caseClassification."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of all assessment responses.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/assessment-responses",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/assessment-responses"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created assessment response in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/assessment-responses",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/assessment-responses"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"client_id\":17,\"member_id\":17,\"assessment\":17,\"case_id\":17,\"response\":[]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display the specified assessment response.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/assessment-responses\/:assessmentResponse_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/assessment-responses\/:assessmentResponse_id",
                            "variable": [
                                {
                                    "id": "assessmentResponse_id",
                                    "key": "assessmentResponse_id",
                                    "value": "1",
                                    "description": "The ID of the assessmentResponse."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified assessment response in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/assessment-responses\/:assessmentResponse_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/assessment-responses\/:assessmentResponse_id",
                            "variable": [
                                {
                                    "id": "assessmentResponse_id",
                                    "key": "assessmentResponse_id",
                                    "value": "1",
                                    "description": "The ID of the assessmentResponse."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified assessment response from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/assessment-responses\/:assessmentResponse_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/assessment-responses\/:assessmentResponse_id",
                            "variable": [
                                {
                                    "id": "assessmentResponse_id",
                                    "key": "assessmentResponse_id",
                                    "value": "1",
                                    "description": "The ID of the assessmentResponse."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/case-classification-sets",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-classification-sets",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-classification-sets"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\",\"query\":\"consequatur\",\"page\":45,\"per_page\":16,\"limit\":5,\"offset\":50,\"sort_by\":\"consequatur\",\"sort_direction\":\"asc\",\"with\":\"consequatur\",\"with_count\":\"consequatur\",\"with_trashed\":false,\"only_trashed\":true}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/case-classification-sets",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-classification-sets",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-classification-sets"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/case-classification-sets\/{caseClassificationSet_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-classification-sets\/:caseClassificationSet_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-classification-sets\/:caseClassificationSet_id",
                            "variable": [
                                {
                                    "id": "caseClassificationSet_id",
                                    "key": "caseClassificationSet_id",
                                    "value": "1",
                                    "description": "The ID of the caseClassificationSet."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/case-classification-sets\/{caseClassificationSet_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-classification-sets\/:caseClassificationSet_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-classification-sets\/:caseClassificationSet_id",
                            "variable": [
                                {
                                    "id": "caseClassificationSet_id",
                                    "key": "caseClassificationSet_id",
                                    "value": "1",
                                    "description": "The ID of the caseClassificationSet."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/case-classification-sets\/{caseClassificationSet_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-classification-sets\/:caseClassificationSet_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-classification-sets\/:caseClassificationSet_id",
                            "variable": [
                                {
                                    "id": "caseClassificationSet_id",
                                    "key": "caseClassificationSet_id",
                                    "value": "1",
                                    "description": "The ID of the caseClassificationSet."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-class-relationship",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-class-relationship"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/case-class-relationship",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-class-relationship",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-class-relationship"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"case_type\":{\"id\":17},\"case_type_set\":{\"id\":17},\"case_classification_set\":{\"id\":17}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display the specified resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-class-relationship\/:caseClassRelationship_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-class-relationship\/:caseClassRelationship_id",
                            "variable": [
                                {
                                    "id": "caseClassRelationship_id",
                                    "key": "caseClassRelationship_id",
                                    "value": "1",
                                    "description": "The ID of the caseClassRelationship."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-class-relationship\/:caseClassRelationship_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-class-relationship\/:caseClassRelationship_id",
                            "variable": [
                                {
                                    "id": "caseClassRelationship_id",
                                    "key": "caseClassRelationship_id",
                                    "value": "1",
                                    "description": "The ID of the caseClassRelationship."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"case_type\":{\"id\":17},\"case_type_set\":{\"id\":17},\"case_classification_set\":{\"id\":17}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-class-relationship\/:caseClassRelationship_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-class-relationship\/:caseClassRelationship_id",
                            "variable": [
                                {
                                    "id": "caseClassRelationship_id",
                                    "key": "caseClassRelationship_id",
                                    "value": "1",
                                    "description": "The ID of the caseClassRelationship."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/documents",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/documents",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/documents"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/documents",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/documents",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/documents"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "user_id",
                                    "value": "17",
                                    "type": "text",
                                    "description": "The <code>id<\/code> of an existing record in the users table."
                                },
                                {
                                    "key": "document_label",
                                    "value": "consequatur",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "title",
                                    "value": "consequatur",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "description",
                                    "value": "Dolores dolorum amet iste laborum eius est dolor.",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "document_type",
                                    "value": "consequatur",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "state",
                                    "value": "mq",
                                    "type": "text",
                                    "description": "Must be 2 characters."
                                },
                                {
                                    "key": "expiration_date",
                                    "value": "2026-05-14T17:42:32",
                                    "type": "text",
                                    "description": "Must be a valid date."
                                },
                                {
                                    "key": "completion_date",
                                    "value": "2020-09-09",
                                    "type": "text",
                                    "description": "Must be a valid date. Must be a date before or equal to <code>today<\/code>."
                                },
                                {
                                    "key": "signature_files",
                                    "value": "consequatur",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "certification_type",
                                    "value": "consequatur",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "documentable_type",
                                    "value": "consequatur",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "documentable_id",
                                    "value": "17",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/documents\/download\/{document_id}\/{filename}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/documents\/download\/:document_id\/:filename",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/documents\/download\/:document_id\/:filename",
                            "variable": [
                                {
                                    "id": "document_id",
                                    "key": "document_id",
                                    "value": "1",
                                    "description": "The ID of the document."
                                },
                                {
                                    "id": "filename",
                                    "key": "filename",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/documents\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/documents\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/documents\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the document."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get change request history for a specific document.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/documents\/:document_id\/change-history",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/documents\/:document_id\/change-history",
                            "variable": [
                                {
                                    "id": "document_id",
                                    "key": "document_id",
                                    "value": "1",
                                    "description": "The ID of the document."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/documents\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/documents\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/documents\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the document."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "document_label",
                                    "value": "consequatur",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "document_type",
                                    "value": "consequatur",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "state",
                                    "value": "mqeopfuud",
                                    "type": "text",
                                    "description": "Must not be greater than 10 characters."
                                },
                                {
                                    "key": "expiration_date",
                                    "value": "2026-05-14T17:42:32",
                                    "type": "text",
                                    "description": "Must be a valid date."
                                },
                                {
                                    "key": "completion_date",
                                    "value": "2020-09-09",
                                    "type": "text",
                                    "description": "Must be a valid date. Must be a date before or equal to <code>today<\/code>."
                                },
                                {
                                    "key": "signature_files",
                                    "value": "consequatur",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "certification_type",
                                    "value": "consequatur",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "title",
                                    "value": "consequatur",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "description",
                                    "value": "Dolores dolorum amet iste laborum eius est dolor.",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "documentable_type",
                                    "value": "consequatur",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "documentable_id",
                                    "value": "17",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "file",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "_method",
                                    "value": "PATCH",
                                    "type": "text"
                                }
                            ]
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/documents\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/documents\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/documents\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the document."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get map data for a specific address.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/google-maps\/map-data",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/google-maps\/map-data"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"address\":\"consequatur\"}"
                        },
                        "description": "GET \/api\/google-maps\/map-data?address=..."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get locations info based on addresses.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/google-maps\/locations\/addresses",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/google-maps\/locations\/addresses"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"origin\":\"consequatur\",\"locations\":[\"consequatur\"],\"sort_by\":\"distance\"}"
                        },
                        "description": "POST \/api\/google-maps\/locations\/addresses\n\nExpected JSON:\n{\n   \"origin\": \"123 Main St, Anytown, USA\",\n   \"locations\": [\n        \"456 Oak St, Othertown, USA\",\n        \"789 Pine St, Thistown, USA\"\n   ],\n   \"sort_by\": \"distance\" \/\/ optional, or \"drive_time\"\n}"
                    },
                    "response": []
                },
                {
                    "name": "Get locations info based on coordinates.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/google-maps\/locations\/coordinates",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/google-maps\/locations\/coordinates"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"origin\":{\"lat\":11613.31890586,\"lng\":11613.31890586},\"locations\":[{\"lat\":11613.31890586,\"lng\":11613.31890586}],\"sort_by\":\"drive_time\"}"
                        },
                        "description": "POST \/api\/google-maps\/locations\/coordinates\n\nExpected JSON:\n{\n   \"origin\": {\"lat\": 37.421, \"lng\": -122.083},\n   \"locations\": [\n        {\"lat\": 37.422, \"lng\": -122.084},\n        {\"lat\": 37.423, \"lng\": -122.085}\n   ],\n   \"sort_by\": \"drive_time\" \/\/ optional, or \"distance\"\n}"
                    },
                    "response": []
                },
                {
                    "name": "Validate and \"correct\" an address.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/google-maps\/correct-address",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/google-maps\/correct-address"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"address\":\"consequatur\"}"
                        },
                        "description": "This endpoint accepts a user\u2011provided address and returns:\n- The original address provided.\n- The fully validated\/complete address (as returned by Google).\n- Latitude, longitude.\n- Both static and dynamic map URLs.\n\nEndpoint: GET \/api\/google-maps\/correct-address?address=..."
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/cases\/gryphon-activities\/{caseModel_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cases\/gryphon-activities\/:caseModel_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cases\/gryphon-activities\/:caseModel_id",
                            "variable": [
                                {
                                    "id": "caseModel_id",
                                    "key": "caseModel_id",
                                    "value": "1",
                                    "description": "The ID of the caseModel."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"message\":\"consequatur\",\"priority\":\"consequatur\",\"user\":{\"id\":17},\"visibility\":\"consequatur\",\"parent\":{\"id\":17}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/cases\/gryphon-activities\/{caseModel_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cases\/gryphon-activities\/:caseModel_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cases\/gryphon-activities\/:caseModel_id",
                            "variable": [
                                {
                                    "id": "caseModel_id",
                                    "key": "caseModel_id",
                                    "value": "1",
                                    "description": "The ID of the caseModel."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"consequatur\",\"start_date\":\"2026-05-14T17:42:32\",\"end_date\":\"2026-05-14T17:42:32\",\"created_at\":\"2026-05-14T17:42:32\",\"activity_type\":\"consequatur\",\"priority\":\"consequatur\",\"visibility\":\"consequatur\",\"user_id\":17,\"parent_id\":17,\"updated_at\":\"2026-05-14T17:42:32\",\"page\":45,\"per_page\":16,\"limit\":5,\"offset\":50,\"sort\":\"consequatur\",\"order\":\"consequatur\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/cases",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cases",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cases"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"filters\":{\"logic\":\"OR\"},\"query\":\"vmqeopfuudtdsufvyvddq\",\"client_id\":17,\"member_id\":17,\"member\":{\"name\":\"mqeopfuudtdsufvyvddqa\"},\"tag\":[],\"due_date\":\"2026-05-14T17:42:32\",\"received_date_start\":\"2026-05-14T17:42:32\",\"received_date_end\":\"2026-05-14T17:42:32\",\"due_date_start\":\"2026-05-14T17:42:32\",\"due_date_end\":\"2026-05-14T17:42:32\",\"appointment_scheduled_start\":\"2026-05-14T17:42:32\",\"appointment_scheduled_end\":\"2107-06-13\",\"safety_flag\":\"mqeopfuudtdsufvyvddqa\",\"member_address\":\"mniihfqcoynlazghdtqtq\",\"date_range\":[\"2026-05-14T17:42:32\"],\"page\":81,\"per_page\":2,\"limit\":1,\"offset\":33,\"sort\":\"consequatur\",\"order\":\"consequatur\",\"status\":\"scheduled\",\"search_by_tag\":\"mqeopfuudtdsufvyvddqa\",\"case_types\":[{\"id\":17}]}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/cases\/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cases\/search",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cases\/search"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"filters\":{\"logic\":\"AND\"},\"query\":\"vmqeopfuudtdsufvyvddq\",\"client_id\":17,\"member_id\":17,\"member\":{\"name\":\"mqeopfuudtdsufvyvddqa\"},\"tag\":[],\"due_date\":\"2026-05-14T17:42:32\",\"received_date_start\":\"2026-05-14T17:42:32\",\"received_date_end\":\"2026-05-14T17:42:32\",\"due_date_start\":\"2026-05-14T17:42:32\",\"due_date_end\":\"2026-05-14T17:42:32\",\"appointment_scheduled_start\":\"2026-05-14T17:42:32\",\"appointment_scheduled_end\":\"2107-06-13\",\"safety_flag\":\"mqeopfuudtdsufvyvddqa\",\"member_address\":\"mniihfqcoynlazghdtqtq\",\"date_range\":[\"2026-05-14T17:42:32\"],\"page\":81,\"per_page\":2,\"limit\":1,\"offset\":33,\"sort\":\"consequatur\",\"order\":\"consequatur\",\"status\":\"draft\",\"search_by_tag\":\"mqeopfuudtdsufvyvddqa\",\"case_types\":[{\"id\":17}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Export cases to CSV.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cases\/export",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cases\/export"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"filters\":{\"logic\":\"AND\"},\"query\":\"vmqeopfuudtdsufvyvddq\",\"client_id\":17,\"member_id\":17,\"member\":{\"name\":\"mqeopfuudtdsufvyvddqa\"},\"tag\":[],\"due_date\":\"2026-05-14T17:42:32\",\"received_date_start\":\"2026-05-14T17:42:32\",\"received_date_end\":\"2026-05-14T17:42:32\",\"due_date_start\":\"2026-05-14T17:42:32\",\"due_date_end\":\"2026-05-14T17:42:32\",\"safety_flag\":\"mniihfqcoynlazghdtqtq\",\"member_address\":\"xbajwbpilpmufinllwloa\",\"status\":\"reviewing\",\"sort_by\":\"uydlsmsjuryvojcybzvrb\",\"sort_order\":\"desc\",\"fields\":[\"yickznkygloigmkwxphlv\"],\"field_order\":[\"azjrcnfbaqywuxhgjjmzu\"],\"case_types\":[{\"id\":17}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/cases",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cases",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cases"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"unique_id\":\"vmqeopfuudtdsufvyvddq\",\"client_id\":17,\"member_id\":17,\"line_of_business_id\":17,\"case_class_id\":17,\"due_date\":\"2026-05-14T17:42:32\",\"status\":\"paused\",\"is_appeal\":true,\"case_types\":[{\"id\":17}],\"diagnostic_codes\":[{\"id\":17}],\"documents\":[{\"id\":17,\"description\":\"Dolorum amet iste laborum eius est dolor.\",\"title\":\"dtdsufvyvddqamniihfqc\"}],\"tags\":[{\"id\":17}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/cases\/{caseModel_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cases\/:caseModel_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cases\/:caseModel_id",
                            "variable": [
                                {
                                    "id": "caseModel_id",
                                    "key": "caseModel_id",
                                    "value": "1",
                                    "description": "The ID of the caseModel."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/cases\/{caseModel_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cases\/:caseModel_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cases\/:caseModel_id",
                            "variable": [
                                {
                                    "id": "caseModel_id",
                                    "key": "caseModel_id",
                                    "value": "1",
                                    "description": "The ID of the caseModel."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"unique_id\":\"vmqeopfuudtdsufvyvddq\",\"client_id\":17,\"member_id\":17,\"line_of_business_id\":17,\"case_class_id\":17,\"due_date\":\"2026-05-14T17:42:32\",\"status\":\"assigned\",\"is_appeal\":false,\"case_types\":[{\"id\":17}],\"diagnostic_codes\":[{\"id\":17}],\"documents\":[{\"id\":17,\"description\":\"Dolorum amet iste laborum eius est dolor.\",\"title\":\"dtdsufvyvddqamniihfqc\"}],\"tags\":[{\"id\":17}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/cases\/{caseModel_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cases\/:caseModel_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cases\/:caseModel_id",
                            "variable": [
                                {
                                    "id": "caseModel_id",
                                    "key": "caseModel_id",
                                    "value": "1",
                                    "description": "The ID of the caseModel."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/cases\/{caseModel_id}\/documents",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cases\/:caseModel_id\/documents",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cases\/:caseModel_id\/documents",
                            "variable": [
                                {
                                    "id": "caseModel_id",
                                    "key": "caseModel_id",
                                    "value": "1",
                                    "description": "The ID of the caseModel."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"unique_id\":\"vmqeopfuudtdsufvyvddq\",\"client_id\":17,\"member_id\":17,\"line_of_business_id\":17,\"case_class_id\":17,\"due_date\":\"2026-05-14T17:42:32\",\"status\":\"on_hold\",\"is_appeal\":false,\"case_types\":[{\"id\":17}],\"diagnostic_codes\":[{\"id\":17}],\"documents\":[{\"id\":17,\"description\":\"Dolorum amet iste laborum eius est dolor.\",\"title\":\"dtdsufvyvddqamniihfqc\"}],\"tags\":[{\"id\":17}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/cases\/{caseModel_id}\/documents\/{document_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cases\/:caseModel_id\/documents\/:document_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cases\/:caseModel_id\/documents\/:document_id",
                            "variable": [
                                {
                                    "id": "caseModel_id",
                                    "key": "caseModel_id",
                                    "value": "1",
                                    "description": "The ID of the caseModel."
                                },
                                {
                                    "id": "document_id",
                                    "key": "document_id",
                                    "value": "1",
                                    "description": "The ID of the document."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clinician-blackouts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clinician-blackouts"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display the specified resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clinician-blackouts\/:clinicianBlackout_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clinician-blackouts\/:clinicianBlackout_id",
                            "variable": [
                                {
                                    "id": "clinicianBlackout_id",
                                    "key": "clinicianBlackout_id",
                                    "value": "1",
                                    "description": "The ID of the clinicianBlackout."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Return all blackout dates for a specific clinician (including computed occurrences).",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clinician-blackouts\/clinician\/:clinicianId",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clinician-blackouts\/clinician\/:clinicianId",
                            "variable": [
                                {
                                    "id": "clinicianId",
                                    "key": "clinicianId",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clinician-blackouts",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clinician-blackouts"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"clinician_id\":\"consequatur\",\"start_date\":\"2026-05-14T17:42:32\",\"start_time\":\"17:42\",\"end_date\":\"2107-06-13\",\"end_time\":\"17:42\",\"is_recurring\":\"1\",\"recurrence_details\":{\"pattern\":\"weekly_friday\",\"custom\":{\"repeat_interval_type\":\"month\",\"repeat_interval_difference\":45,\"repeat_days\":[\"Thu\"],\"repeat_dates\":[1]},\"ending_date\":\"2026-05-14T17:42:32\",\"ending_ocurrences_count\":17}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clinician-blackouts\/:clinicianBlackout_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clinician-blackouts\/:clinicianBlackout_id",
                            "variable": [
                                {
                                    "id": "clinicianBlackout_id",
                                    "key": "clinicianBlackout_id",
                                    "value": "1",
                                    "description": "The ID of the clinicianBlackout."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"start_date\":\"2026-05-14T17:42:32\",\"start_time\":\"17:42\",\"end_date\":\"2107-06-13\",\"end_time\":\"17:42\",\"is_recurring\":\"0\",\"recurrence_details\":{\"pattern\":\"custom\",\"custom\":{\"repeat_interval_type\":\"day\",\"repeat_interval_difference\":17,\"repeat_days\":[\"Thu\"],\"repeat_dates\":[13]},\"ending_date\":\"2026-05-14T17:42:32\",\"ending_ocurrences_count\":17}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clinician-blackouts\/:clinicianBlackout_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clinician-blackouts\/:clinicianBlackout_id",
                            "variable": [
                                {
                                    "id": "clinicianBlackout_id",
                                    "key": "clinicianBlackout_id",
                                    "value": "1",
                                    "description": "The ID of the clinicianBlackout."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/invoices",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/invoices",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/invoices"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/invoices",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/invoices",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/invoices"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"invoice_number\":\"consequatur\",\"member_id\":\"consequatur\",\"client_id\":\"consequatur\",\"invoice_date\":\"2026-05-14T17:42:32\",\"due_date\":\"2107-06-13\",\"status\":\"sent\",\"created_by\":\"consequatur\",\"sent_on\":\"2026-05-14T17:42:32\",\"notes\":\"consequatur\",\"quickbooks_ref\":\"consequatur\",\"addresses\":[{\"type\":\"billing\",\"line_1\":\"consequatur\",\"line_2\":\"consequatur\",\"city\":\"consequatur\",\"state\":\"consequatur\",\"zip_code\":\"consequatur\",\"country\":\"consequatur\",\"contact_name\":\"consequatur\",\"contact_phone\":\"consequatur\",\"contact_email\":\"carolyne.luettgen@example.org\"}],\"line_items\":[{\"case_id\":\"consequatur\",\"line_amount\":45,\"line_tax\":56,\"status\":\"closed\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/invoices\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/invoices\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/invoices\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the invoice."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/invoices\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/invoices\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/invoices\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the invoice."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"invoice_number\":\"consequatur\",\"invoice_date\":\"2026-05-14T17:42:32\",\"due_date\":\"2107-06-13\",\"status\":\"paid\",\"sent_on\":\"2026-05-14T17:42:32\",\"notes\":\"consequatur\",\"quickbooks_ref\":\"consequatur\",\"addresses\":[{\"type\":\"billing\",\"line_1\":\"consequatur\",\"line_2\":\"consequatur\",\"city\":\"consequatur\",\"state\":\"consequatur\",\"zip_code\":\"consequatur\",\"country\":\"consequatur\",\"contact_name\":\"consequatur\",\"contact_phone\":\"consequatur\",\"contact_email\":\"carolyne.luettgen@example.org\"}],\"line_items\":[{\"line_amount\":19,\"line_tax\":70,\"status\":\"paid\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/invoices\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/invoices\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/invoices\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the invoice."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-assignments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-assignments"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-assignments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-assignments"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"case_id\":17,\"case\":{\"id\":17},\"assignee_type\":\"observer\",\"status\":\"consequatur\",\"assignee_id\":17,\"assignee\":{\"id\":17},\"completed_at\":\"2026-05-14\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Search for case assignments.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-assignments\/search",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-assignments\/search"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display the count of case assignments.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-assignments\/mine",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-assignments\/mine"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display the specified resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-assignments\/:caseAssignment_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-assignments\/:caseAssignment_id",
                            "variable": [
                                {
                                    "id": "caseAssignment_id",
                                    "key": "caseAssignment_id",
                                    "value": "17",
                                    "description": "The ID of the caseAssignment."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-assignments\/:caseAssignment_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-assignments\/:caseAssignment_id",
                            "variable": [
                                {
                                    "id": "caseAssignment_id",
                                    "key": "caseAssignment_id",
                                    "value": "17",
                                    "description": "The ID of the caseAssignment."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"assignee_type\":\"reviewer\",\"status\":\"consequatur\",\"assignee_id\":17,\"assignee\":{\"id\":17},\"completed_at\":\"2026-05-14\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-assignments\/:caseAssignment_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-assignments\/:caseAssignment_id",
                            "variable": [
                                {
                                    "id": "caseAssignment_id",
                                    "key": "caseAssignment_id",
                                    "value": "17",
                                    "description": "The ID of the caseAssignment."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-appointments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-appointments"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show by case ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-appointments\/case\/:case_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-appointments\/case\/:case_id",
                            "variable": [
                                {
                                    "id": "case_id",
                                    "key": "case_id",
                                    "value": "1",
                                    "description": "The ID of the case."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-appointments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-appointments"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"case_id\":17,\"case\":{\"id\":17},\"appointment_date\":\"2026-05-14T17:42:32\",\"appointment_time_start\":\"17:42\",\"appointment_time_end\":\"17:42\",\"status\":\"cancelled\",\"comment\":\"mqeopfuudtdsufvyvddqa\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display the specified resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-appointments\/:caseAppointment_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-appointments\/:caseAppointment_id",
                            "variable": [
                                {
                                    "id": "caseAppointment_id",
                                    "key": "caseAppointment_id",
                                    "value": "17",
                                    "description": "The ID of the caseAppointment."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-appointments\/:caseAppointment_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-appointments\/:caseAppointment_id",
                            "variable": [
                                {
                                    "id": "caseAppointment_id",
                                    "key": "caseAppointment_id",
                                    "value": "17",
                                    "description": "The ID of the caseAppointment."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"appointment_date\":\"2026-05-14T17:42:32\",\"appointment_time_start\":\"17:42\",\"appointment_time_end\":\"17:42\",\"comment\":\"vmqeopfuudtdsufvyvddq\",\"status\":\"cancelled\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/case-appointments\/:caseAppointment_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/case-appointments\/:caseAppointment_id",
                            "variable": [
                                {
                                    "id": "caseAppointment_id",
                                    "key": "caseAppointment_id",
                                    "value": "17",
                                    "description": "The ID of the caseAppointment."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/contact-logs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/contact-logs"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Show by case ID.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/contact-logs\/case\/:case_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/contact-logs\/case\/:case_id",
                            "variable": [
                                {
                                    "id": "case_id",
                                    "key": "case_id",
                                    "value": "1",
                                    "description": "The ID of the case."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/contact-logs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/contact-logs"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"case_id\":\"consequatur\",\"appointment_scheduled\":true,\"not_scheduled_reason\":\"consequatur\",\"member_phone\":{\"type\":\"consequatur\"},\"change_initiated_by\":\"consequatur\",\"called_at\":\"2026-05-14T17:42:32\",\"contacted_by\":\"consequatur\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display the specified resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/contact-logs\/:contactLog_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/contact-logs\/:contactLog_id",
                            "variable": [
                                {
                                    "id": "contactLog_id",
                                    "key": "contactLog_id",
                                    "value": "17",
                                    "description": "The ID of the contactLog."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/contact-logs\/:contactLog_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/contact-logs\/:contactLog_id",
                            "variable": [
                                {
                                    "id": "contactLog_id",
                                    "key": "contactLog_id",
                                    "value": "17",
                                    "description": "The ID of the contactLog."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/invoice-expenses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/invoice-expenses",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/invoice-expenses"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/invoice-expenses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/invoice-expenses",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/invoice-expenses"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":\"consequatur\",\"case_id\":\"consequatur\",\"amount\":45,\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/invoice-expenses\/{expense_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/invoice-expenses\/:expense_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/invoice-expenses\/:expense_id",
                            "variable": [
                                {
                                    "id": "expense_id",
                                    "key": "expense_id",
                                    "value": "17",
                                    "description": "The ID of the expense."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/invoice-expenses\/{expense_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/invoice-expenses\/:expense_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/invoice-expenses\/:expense_id",
                            "variable": [
                                {
                                    "id": "expense_id",
                                    "key": "expense_id",
                                    "value": "17",
                                    "description": "The ID of the expense."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":\"consequatur\",\"case_id\":\"consequatur\",\"amount\":45,\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/invoice-expenses\/{expense_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/invoice-expenses\/:expense_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/invoice-expenses\/:expense_id",
                            "variable": [
                                {
                                    "id": "expense_id",
                                    "key": "expense_id",
                                    "value": "17",
                                    "description": "The ID of the expense."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/expenses\/types",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expenses\/types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expenses\/types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/expenses\/searchable-fields",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expenses\/searchable-fields",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expenses\/searchable-fields"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/expenses\/sortable-fields",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expenses\/sortable-fields",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expenses\/sortable-fields"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get available status filters for current user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expenses\/available-statuses",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expenses\/available-statuses"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/expenses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expenses",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expenses"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"keyword\":\"vmqeopfuudtdsufvyvddq\",\"search\":\"amniihfqcoynlazghdtqt\",\"query\":\"qxbajwbpilpmufinllwlo\",\"status\":\"submitted\",\"case_ids\":[17],\"expense_type\":\"consequatur\",\"user_id\":17,\"incurred_at_from\":\"2026-05-14T17:42:32\",\"incurred_at_to\":\"2107-06-13\",\"paid_at_from\":\"2026-05-14T17:42:32\",\"paid_at_to\":\"2107-06-13\",\"created_at_from\":\"2026-05-14T17:42:32\",\"created_at_to\":\"2107-06-13\",\"amount_min\":45,\"amount_max\":56,\"sort_by\":\"incurred_at\",\"sort_order\":\"desc\",\"per_page\":5,\"page\":51}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/expenses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expenses",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expenses"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"case_ids\":[17],\"amount\":11613.31890586,\"category\":\"consequatur\",\"description\":\"Dolorum amet iste laborum eius est dolor.\",\"expense_type\":\"ppe\",\"total_time\":4,\"document_id\":17,\"user_id\":17,\"unit_rate\":45,\"incurred_at\":\"2020-09-09\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Export expenses to CSV.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expenses\/export",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expenses\/export"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"keyword\":\"vmqeopfuudtdsufvyvddq\",\"search\":\"amniihfqcoynlazghdtqt\",\"query\":\"qxbajwbpilpmufinllwlo\",\"status\":\"canceled\",\"case_ids\":[17],\"expense_type\":\"consequatur\",\"user_id\":17,\"incurred_at_from\":\"2026-05-14T17:42:32\",\"incurred_at_to\":\"2107-06-13\",\"paid_at_from\":\"2026-05-14T17:42:32\",\"paid_at_to\":\"2107-06-13\",\"created_at_from\":\"2026-05-14T17:42:32\",\"created_at_to\":\"2107-06-13\",\"amount_min\":45,\"amount_max\":56,\"sort_by\":\"updated_at\",\"sort_order\":\"desc\",\"per_page\":5,\"page\":51,\"fields\":[\"pfuudtdsufvyvddqamnii\"],\"field_order\":[\"hfqcoynlazghdtqtqxbaj\"],\"format\":\"csv\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/expenses\/bulk\/approve",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expenses\/bulk\/approve",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expenses\/bulk\/approve"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"expense_ids\":[11613.31890586]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/expenses\/bulk\/deny",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expenses\/bulk\/deny",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expenses\/bulk\/deny"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"expense_ids\":[11613.31890586],\"reason\":\"opfuudtdsufvyvddqamni\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/expenses\/{expense_id}\/mark-as-paid",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expenses\/:expense_id\/mark-as-paid",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expenses\/:expense_id\/mark-as-paid",
                            "variable": [
                                {
                                    "id": "expense_id",
                                    "key": "expense_id",
                                    "value": "17",
                                    "description": "The ID of the expense."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/expenses\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expenses\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expenses\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the expense."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get valid status transitions for an expense.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expenses\/:expense_id\/valid-transitions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expenses\/:expense_id\/valid-transitions",
                            "variable": [
                                {
                                    "id": "expense_id",
                                    "key": "expense_id",
                                    "value": "17",
                                    "description": "The ID of the expense."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/expenses\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expenses\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expenses\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the expense."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"case_ids\":[17],\"amount\":11613.31890586,\"status\":\"approved\",\"description\":\"Laborum eius est dolor dolores minus voluptatem.\",\"category\":\"consequatur\",\"expense_type\":\"meetings\",\"total_time\":12,\"document_id\":17,\"unit_rate\":45,\"incurred_at\":\"2020-09-09\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Change expense status using state machine.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expenses\/:expense_id\/status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expenses\/:expense_id\/status",
                            "variable": [
                                {
                                    "id": "expense_id",
                                    "key": "expense_id",
                                    "value": "17",
                                    "description": "The ID of the expense."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"status\":\"sent\",\"note\":\"vmqeopfuudtdsufvyvddq\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Cancel an expense.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expenses\/:expense_id\/cancel",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expenses\/:expense_id\/cancel",
                            "variable": [
                                {
                                    "id": "expense_id",
                                    "key": "expense_id",
                                    "value": "17",
                                    "description": "The ID of the expense."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"reason\":\"vmqeopfuudtdsufvyvddq\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/expenses\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expenses\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expenses\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the expense."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/expense-config\/transitions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-config\/transitions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-config\/transitions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/expense-config\/transitions\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-config\/transitions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-config\/transitions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the transition."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/expense-config\/transitions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-config\/transitions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-config\/transitions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"from_status\":\"completed\",\"to_status\":\"denied\",\"is_terminal\":true,\"requires_note\":true,\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"is_active\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/expense-config\/transitions\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-config\/transitions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-config\/transitions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the transition."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"from_status\":\"submitted\",\"to_status\":\"completed\",\"is_terminal\":false,\"requires_note\":true,\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"is_active\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/expense-config\/transitions\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-config\/transitions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-config\/transitions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the transition."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/expense-config\/visibility",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-config\/visibility",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-config\/visibility"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/expense-config\/visibility\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-config\/visibility\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-config\/visibility\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the visibility."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/expense-config\/visibility",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-config\/visibility",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-config\/visibility"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"role_id\":17,\"actual_status\":\"completed\",\"displayed_status\":\"submitted\",\"is_active\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/expense-config\/visibility\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-config\/visibility\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-config\/visibility\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the visibility."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"role_id\":17,\"actual_status\":\"approved\",\"displayed_status\":\"completed\",\"is_active\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/expense-config\/visibility\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-config\/visibility\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-config\/visibility\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the visibility."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/expense-config\/permissions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-config\/permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-config\/permissions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/expense-config\/permissions\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-config\/permissions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-config\/permissions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the permission."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/expense-config\/permissions",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-config\/permissions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-config\/permissions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"role_id\":17,\"from_status\":\"canceled\",\"to_status\":\"submitted\",\"can_transition\":true,\"is_active\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/expense-config\/permissions\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-config\/permissions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-config\/permissions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the permission."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"role_id\":17,\"from_status\":\"completed\",\"to_status\":\"investigating\",\"can_transition\":true,\"is_active\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/expense-config\/permissions\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/expense-config\/permissions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/expense-config\/permissions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the permission."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/client-rates",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/client-rates",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/client-rates"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"client_id\":\"consequatur\",\"rate_type\":\"no_show\",\"rate\":11613.31890586}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "POST api\/client-rates\/search",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/client-rates\/search",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/client-rates\/search"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"client_id\":17,\"rate_type\":\"standard_rate\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/client-rates\/{clientRate_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/client-rates\/:clientRate_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/client-rates\/:clientRate_id",
                            "variable": [
                                {
                                    "id": "clientRate_id",
                                    "key": "clientRate_id",
                                    "value": "17",
                                    "description": "The ID of the clientRate."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/client-rates\/{clientRate_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/client-rates\/:clientRate_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/client-rates\/:clientRate_id",
                            "variable": [
                                {
                                    "id": "clientRate_id",
                                    "key": "clientRate_id",
                                    "value": "17",
                                    "description": "The ID of the clientRate."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"rate_type\":\"no_show\",\"rate\":11613.31890586}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/client-rates\/{clientRate_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/client-rates\/:clientRate_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/client-rates\/:clientRate_id",
                            "variable": [
                                {
                                    "id": "clientRate_id",
                                    "key": "clientRate_id",
                                    "value": "17",
                                    "description": "The ID of the clientRate."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of conclusions.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/conclusions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/conclusions"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created conclusion in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/conclusions",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/conclusions"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":\"consequatur\",\"assessment_id\":\"consequatur\",\"conclusion_text\":\"consequatur\",\"user\":[],\"assessment\":[]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display the specified conclusion.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/conclusions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/conclusions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the conclusion."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified conclusion in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/conclusions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/conclusions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the conclusion."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"conclusion_text\":\"consequatur\",\"user\":[],\"assessment\":[]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified conclusion from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/conclusions\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/conclusions\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the conclusion."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Legacy endpoint for creating payment requests",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/workmarket\/pay-request",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/workmarket\/pay-request"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"relay_access_token\":\"consequatur\",\"action\":\"wm_createPaymentRequest\",\"payer_id\":\"consequatur\",\"resource_id\":\"consequatur\",\"resource_email\":\"carolyne.luettgen@example.org\",\"resource_custom_field_id\":\"consequatur\",\"resource_custom_field_value\":\"consequatur\",\"create_payment_request\":{\"currency\":\"mqe\",\"memo\":\"consequatur\",\"reference\":\"consequatur\",\"invoice_creation_date\":\"2026-05-14T17:42:32\",\"order_items\":[{\"type\":\"WORK\",\"title\":\"consequatur\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\",\"quantity\":13,\"amount\":66,\"date\":\"2026-05-14T17:42:32\"}],\"submit_payments\":true}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Get linked WorkMarket account status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/workmarket\/linked-account",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/workmarket\/linked-account"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":17}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Link or update WorkMarket account",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/workmarket\/linked-account",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/workmarket\/linked-account"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"workmarket_id\":\"lILn\",\"user_id\":17}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Unlink WorkMarket account",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/workmarket\/linked-account",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/workmarket\/linked-account"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":17}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Submit a single expense to WorkMarket for payment",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/workmarket\/expenses\/:expense_id\/submit",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/workmarket\/expenses\/:expense_id\/submit",
                            "variable": [
                                {
                                    "id": "expense_id",
                                    "key": "expense_id",
                                    "value": "17",
                                    "description": "The ID of the expense."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Submit multiple expenses to WorkMarket in batch",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/workmarket\/expenses\/batch-submit",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/workmarket\/expenses\/batch-submit"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"expense_ids\":[17]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Check payment status for a specific expense",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/workmarket\/expenses\/:expense_id\/status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/workmarket\/expenses\/:expense_id\/status",
                            "variable": [
                                {
                                    "id": "expense_id",
                                    "key": "expense_id",
                                    "value": "17",
                                    "description": "The ID of the expense."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Sync payment statuses for pending expenses",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/workmarket\/sync-payment-statuses",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/workmarket\/sync-payment-statuses"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"user_id\":17,\"force\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/tags",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/tags",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/tags"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/tags",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/tags",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/tags"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\",\"category\":{\"id\":\"consequatur\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/tags\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/tags\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/tags\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "consequatur",
                                    "description": "The ID of the tag."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/tags\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/tags\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/tags\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the tag."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores molestias ipsam sit.\",\"category\":{\"id\":\"consequatur\"}}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/tags\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/tags\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/tags\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the tag."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/assessments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/assessments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/assessments"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/assessments",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/assessments",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/assessments"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"case_type_id\":\"consequatur\",\"assessment_sections\":[{\"id\":\"consequatur\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/assessments\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/assessments\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/assessments\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the assessment."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/assessments\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/assessments\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/assessments\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the assessment."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"case_type_id\":\"consequatur\",\"assessment_sections\":[{\"id\":\"consequatur\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/assessments\/{assessment_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/assessments\/:assessment_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/assessments\/:assessment_id",
                            "variable": [
                                {
                                    "id": "assessment_id",
                                    "key": "assessment_id",
                                    "value": "1",
                                    "description": "The ID of the assessment."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"case_type_id\":\"consequatur\",\"assessment_sections\":[{\"id\":\"consequatur\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/assessments\/{id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/assessments\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/assessments\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "1",
                                    "description": "The ID of the assessment."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/assessment-sections",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/assessment-sections",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/assessment-sections"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/assessment-sections",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/assessment-sections",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/assessment-sections"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/assessment-sections\/{assessmentSection_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/assessment-sections\/:assessmentSection_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/assessment-sections\/:assessmentSection_id",
                            "variable": [
                                {
                                    "id": "assessmentSection_id",
                                    "key": "assessmentSection_id",
                                    "value": "1",
                                    "description": "The ID of the assessmentSection."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/assessment-sections\/{assessmentSection_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/assessment-sections\/:assessmentSection_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/assessment-sections\/:assessmentSection_id",
                            "variable": [
                                {
                                    "id": "assessmentSection_id",
                                    "key": "assessmentSection_id",
                                    "value": "1",
                                    "description": "The ID of the assessmentSection."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"description\":\"Dolores dolorum amet iste laborum eius est dolor.\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/assessment-sections\/{assessmentSection_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/assessment-sections\/:assessmentSection_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/assessment-sections\/:assessmentSection_id",
                            "variable": [
                                {
                                    "id": "assessmentSection_id",
                                    "key": "assessmentSection_id",
                                    "value": "1",
                                    "description": "The ID of the assessmentSection."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/section-rules",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/section-rules",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/section-rules"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"assessment_section_id\":17,\"per_page\":13}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/section-rules",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/section-rules",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/section-rules"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"assessment_section_id\":17,\"state\":\"mq\",\"case_type_id\":17,\"client_id\":17,\"sort_order\":45,\"is_required\":false,\"is_active\":false}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/section-rules\/{sectionRule_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/section-rules\/:sectionRule_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/section-rules\/:sectionRule_id",
                            "variable": [
                                {
                                    "id": "sectionRule_id",
                                    "key": "sectionRule_id",
                                    "value": "17",
                                    "description": "The ID of the sectionRule."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/section-rules\/{sectionRule_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/section-rules\/:sectionRule_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/section-rules\/:sectionRule_id",
                            "variable": [
                                {
                                    "id": "sectionRule_id",
                                    "key": "sectionRule_id",
                                    "value": "17",
                                    "description": "The ID of the sectionRule."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"assessment_section_id\":17,\"state\":\"mq\",\"case_type_id\":17,\"client_id\":17,\"sort_order\":45,\"is_required\":true,\"is_active\":true}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/section-rules\/{sectionRule_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/section-rules\/:sectionRule_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/section-rules\/:sectionRule_id",
                            "variable": [
                                {
                                    "id": "sectionRule_id",
                                    "key": "sectionRule_id",
                                    "value": "17",
                                    "description": "The ID of the sectionRule."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of the resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/tag-categories",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/tag-categories"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Store a newly created resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/tag-categories",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/tag-categories"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"category_name\":\"vmqeopfuudtdsufvyvddq\",\"category_tag_type\":\"amniihfqcoynlazghdtqt\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display the specified resource.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/tag-categories\/:tagCategory",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/tag-categories\/:tagCategory",
                            "variable": [
                                {
                                    "id": "tagCategory",
                                    "key": "tagCategory",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Update the specified resource in storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/tag-categories\/:tagCategory",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/tag-categories\/:tagCategory",
                            "variable": [
                                {
                                    "id": "tagCategory",
                                    "key": "tagCategory",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"category_name\":\"vmqeopfuudtdsufvyvddq\",\"category_tag_type\":\"amniihfqcoynlazghdtqt\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Remove the specified resource from storage.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/tag-categories\/:tagCategory",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/tag-categories\/:tagCategory",
                            "variable": [
                                {
                                    "id": "tagCategory",
                                    "key": "tagCategory",
                                    "value": "consequatur",
                                    "description": ""
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/saved-filters",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/saved-filters",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/saved-filters"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/saved-filters",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/saved-filters",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/saved-filters"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"context\":\"users\",\"filter_data\":[]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/saved-filters\/{savedFilter_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/saved-filters\/:savedFilter_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/saved-filters\/:savedFilter_id",
                            "variable": [
                                {
                                    "id": "savedFilter_id",
                                    "key": "savedFilter_id",
                                    "value": "1",
                                    "description": "The ID of the savedFilter."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/saved-filters\/{savedFilter_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/saved-filters\/:savedFilter_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/saved-filters\/:savedFilter_id",
                            "variable": [
                                {
                                    "id": "savedFilter_id",
                                    "key": "savedFilter_id",
                                    "value": "1",
                                    "description": "The ID of the savedFilter."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"vmqeopfuudtdsufvyvddq\",\"filter_data\":[]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/saved-filters\/{savedFilter_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/saved-filters\/:savedFilter_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/saved-filters\/:savedFilter_id",
                            "variable": [
                                {
                                    "id": "savedFilter_id",
                                    "key": "savedFilter_id",
                                    "value": "1",
                                    "description": "The ID of the savedFilter."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "GET api\/filter-fields",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/filter-fields",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/filter-fields"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"context\":\"cases\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/filter-fields\/{filterField_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/filter-fields\/:filterField_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/filter-fields\/:filterField_id",
                            "variable": [
                                {
                                    "id": "filterField_id",
                                    "key": "filterField_id",
                                    "value": "1",
                                    "description": "The ID of the filterField."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/clinicians\/{clinician_id}\/trainings\/required",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/clinicians\/:clinician_id\/trainings\/required",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/clinicians\/:clinician_id\/trainings\/required",
                            "variable": [
                                {
                                    "id": "clinician_id",
                                    "key": "clinician_id",
                                    "value": "1",
                                    "description": "The ID of the clinician."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"role_id\":17,\"trainings\":[{\"training_id\":17,\"due_date\":\"2026-05-14T17:42:32\"}]}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Display a listing of active training material categories.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/training-material-categories",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/training-material-categories"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a listing of training tag types with optional search.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/training-tag-types",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/training-tag-types"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/trainings\/catalog",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/trainings\/catalog",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/trainings\/catalog"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"role_id\":17,\"clinician_id\":17}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display a paginated listing of bills for the authenticated user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/bills",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/bills"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"year\":21,\"search\":\"mqeopfuudtdsufvyvddqa\",\"sort_by\":\"created_at\",\"sort_order\":\"asc\",\"per_page\":13,\"page\":46}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Display the specified bill with full breakdown details.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/bills\/:id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/bills\/:id",
                            "variable": [
                                {
                                    "id": "id",
                                    "key": "id",
                                    "value": "17",
                                    "description": "The ID of the bill."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/v1",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/v1",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/v1"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                },
                                {
                                    "key": "access-control-allow-origin",
                                    "value": "*"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET auth\/status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "auth\/status",
                            "query": [],
                            "raw": "{{baseUrl}}\/auth\/status"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "60"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "59"
                                },
                                {
                                    "key": "x-gryphon-app-version",
                                    "value": "unknown"
                                }
                            ],
                            "code": 200,
                            "body": "{\"auth_service\":\"sanctum\",\"app_version\":\"unknown\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Attempt to authenticate a new session.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "auth\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/auth\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"qkunze@example.com\",\"password\":\"O[2UZ5ij-e\\\/dl4m{o,\"}"
                        },
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Send a reset link to the given user.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "auth\/forgot-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/auth\/forgot-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": []
                },
                {
                    "name": "Reset the user's password.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "auth\/reset-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/auth\/reset-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"token\":\"consequatur\",\"password\":\"consequatur\"}"
                        },
                        "description": ""
                    },
                    "response": []
                }
            ]
        }
    ],
    "auth": {
        "type": "bearer",
        "bearer": [
            {
                "key": "key",
                "type": "string"
            }
        ]
    }
}