{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/dev.api.finweb.group"
        }
    ],
    "info": {
        "name": "Finweb API API Documentation",
        "_postman_id": "bbdd0ae8-bea0-49c6-abcd-4e0d7417c3ac",
        "description": "",
        "schema": "https:\/\/schema.getpostman.com\/json\/collection\/v2.1.0\/collection.json"
    },
    "item": [
        {
            "name": "Broker Sync",
            "description": "",
            "item": [
                {
                    "name": "Manually sync brokers from Zoho CRM.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/brokers\/sync",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/brokers\/sync"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 202,
                            "body": "{\"data\":{\"message\":\"Zoho broker sync queued.\"}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get latest broker sync status.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/brokers\/sync-status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/brokers\/sync-status"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"data\":{\"id\":1,\"broker_id\":null,\"action\":\"zoho.sync\",\"status\":\"success\",\"source_system\":\"zoho\",\"message\":\"Zoho broker sync completed.\",\"created_at\":\"2026-04-09T10:12:30Z\"}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Zoho sync logs.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/brokers\/sync-logs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/brokers\/sync-logs"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"per_page\":1}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"data\":[{\"id\":1,\"broker_id\":null,\"action\":\"zoho.sync\",\"status\":\"success\",\"source_system\":\"zoho\",\"message\":\"Zoho broker sync completed.\",\"created_at\":\"2026-04-09T10:12:30Z\"}]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get broker logs.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/brokers\/:broker_id\/logs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/brokers\/:broker_id\/logs",
                            "variable": [
                                {
                                    "id": "broker_id",
                                    "key": "broker_id",
                                    "value": "16",
                                    "description": "The ID of the broker."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"per_page\":1}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"data\":[{\"id\":1,\"broker_id\":5,\"action\":\"zoho.sync.record\",\"status\":\"success\",\"source_system\":\"zoho\",\"message\":\"Zoho broker record updated.\",\"created_at\":\"2026-04-09T10:12:30Z\"}]}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Endpoints",
            "description": "",
            "item": [
                {
                    "name": "POST api\/register",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/register",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/register"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"email\":\"zbailey@example.net\",\"password\":\"-0pBNvYgxw\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "Sign in with email and password.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"admin@finweb.com.au\",\"password\":\"Finweb@2026\",\"remember\":true,\"next\":\"\\\/brokers?page=2\"}"
                        },
                        "description": "Returns a bearer token for direct sign-in, or a temporary two-step verification challenge when\nthe account has authenticator-based 2-step verification enabled.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"token\":\"1|sanctum-token\",\"two_factor_required\":false,\"challenge_token\":null,\"next_path\":\"\/brokers?page=2\",\"user\":{\"id\":1,\"name\":\"Finweb Admin\",\"email\":\"admin@finweb.com.au\",\"role\":\"admin\",\"permissions\":[\"dashboard:view\",\"brokers:view\"],\"active\":true,\"approved\":true,\"must_change_password\":false}}",
                            "name": "Direct sign-in"
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"two_factor_required\":true,\"challenge_token\":\"login-2fa-challenge-token\",\"next_path\":\"\/brokers?page=2\",\"user\":{\"id\":1,\"name\":\"Finweb Admin\",\"email\":\"admin@finweb.com.au\",\"role\":\"admin\",\"permissions\":[\"dashboard:view\",\"brokers:view\"],\"active\":true,\"approved\":true,\"must_change_password\":false}}",
                            "name": "Two-step verification required"
                        }
                    ]
                },
                {
                    "name": "Complete sign-in with a 2-step verification code.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/two-factor\/verify-login",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/two-factor\/verify-login"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"challenge_token\":\"login-2fa-challenge-token\",\"code\":\"123456\"}"
                        },
                        "description": "Exchanges a temporary login challenge plus a valid 6-digit authenticator code for the final portal token.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"message\":\"Two-step verification complete.\",\"data\":{\"token\":\"1|sanctum-token\",\"next_path\":\"\/brokers?page=2\",\"user\":{\"id\":1,\"name\":\"Finweb Admin\",\"email\":\"admin@finweb.com.au\",\"role\":\"admin\",\"permissions\":[\"dashboard:view\",\"brokers:view\"],\"active\":true,\"approved\":true,\"must_change_password\":false}}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get the Google OAuth authorization URL.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/google\/auth\/url",
                            "query": [
                                {
                                    "key": "context",
                                    "value": "login",
                                    "description": "Either `login` or `onboarding`.",
                                    "disabled": false
                                },
                                {
                                    "key": "token",
                                    "value": "architecto",
                                    "description": "Optional Broker invite token for onboarding mode.",
                                    "disabled": false
                                },
                                {
                                    "key": "next",
                                    "value": "%2Fbrokers%3Fpage%3D2",
                                    "description": "Optional Intended portal path for login mode.",
                                    "disabled": false
                                }
                            ],
                            "raw": "{{baseUrl}}\/api\/google\/auth\/url?context=login&token=architecto&next=%2Fbrokers%3Fpage%3D2"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"context\":\"login\",\"token\":\"architecto\",\"next\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"data\":{\"url\":\"https:\/\/accounts.google.com\/o\/oauth2\/v2\/auth?...\"}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Complete the Google OAuth callback.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/google\/auth\/callback",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/google\/auth\/callback"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":\"4\\\/0AdQt8q...\",\"state\":\"eyJpdiI6Ii4uLiJ9\"}"
                        },
                        "description": "The callback can return a direct bearer token, a two-step verification challenge, or an onboarding handoff.",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"message\":\"Signed in with Google.\",\"data\":{\"mode\":\"login\",\"next_path\":\"\/dashboard\",\"token\":\"1|sanctum-token\",\"user\":{\"id\":1,\"name\":\"Finweb Admin\",\"email\":\"admin@finweb.com.au\",\"role\":\"admin\",\"permissions\":[\"dashboard:view\"],\"active\":true,\"approved\":true,\"must_change_password\":false}}}",
                            "name": "Direct login"
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"message\":\"Google sign-in confirmed. Complete 2-step verification to continue.\",\"data\":{\"mode\":\"login\",\"next_path\":\"\/dashboard\",\"two_factor_required\":true,\"challenge_token\":\"login-2fa-challenge-token\",\"user\":{\"id\":1,\"name\":\"Finweb Admin\",\"email\":\"admin@finweb.com.au\",\"role\":\"admin\",\"permissions\":[\"dashboard:view\"],\"active\":true,\"approved\":true,\"must_change_password\":false}}}",
                            "name": "Two-step verification required"
                        },
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"message\":\"Google account linked. Finish onboarding by setting a password.\",\"data\":{\"mode\":\"onboarding\",\"next_path\":\"\/onboarding?token=invite-token&google_linked=1\"}}",
                            "name": "Onboarding handoff"
                        }
                    ]
                },
                {
                    "name": "GET api\/portal-onboarding\/validate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/portal-onboarding\/validate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/portal-onboarding\/validate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"token\":\"bngzmiyvdljnikhwaykcmyuwpwlvqwrsitcpscqldzsnrwtujwvlxjklqppwqbewtnn\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "DENY"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "permissions-policy",
                                    "value": "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "30"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "29"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 422,
                            "body": "{\"message\":\"This onboarding link is invalid.\",\"code\":\"invalid_token\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/portal-onboarding\/set-password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/portal-onboarding\/set-password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/portal-onboarding\/set-password"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"token\":\"bngzmiyvdljnikhwaykcmyuwpwlvqwrsitcpscqldzsnrwtujwvlxjklqppwqbewtnn\",\"password\":\"Ou.*,JH\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/auth\/password-reset\/request",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/password-reset\/request",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/password-reset\/request"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"gbailey@example.net\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/auth\/account-recovery\/request",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/account-recovery\/request",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/account-recovery\/request"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"gbailey@example.net\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/auth\/password-reset\/complete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/password-reset\/complete",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/password-reset\/complete"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"gbailey@example.net\",\"token\":\"architecto\",\"password\":\"]|{+-0pBNvYg\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/auth\/account-recovery\/complete",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/account-recovery\/complete",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/account-recovery\/complete"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"token\":\"architecto\",\"password\":\"]|{+-0pBNvYg\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/auth\/recovery-email\/verify",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/recovery-email\/verify",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/recovery-email\/verify"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"token\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/join-us",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/join-us",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/join-us"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"first_name\":\"b\",\"last_name\":\"n\",\"email\":\"ashly64@example.com\",\"mobile\":\"v\",\"state\":\"d\",\"enquiry_type\":\"l\",\"message\":\"architecto\",\"source\":\"n\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/get-in-touch",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-in-touch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-in-touch"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"enquiry_type\":\"b\",\"name\":\"n\",\"email\":\"ashly64@example.com\",\"message\":\"architecto\",\"source\":\"n\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/auth\/account-recovery\/validate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/account-recovery\/validate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/account-recovery\/validate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"token\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "DENY"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "permissions-policy",
                                    "value": "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "120"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "119"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 422,
                            "body": "{\"message\":\"This account recovery link is invalid or expired.\",\"errors\":{\"token\":[\"This account recovery link is invalid or expired.\"]}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/auth\/password-reset\/validate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/password-reset\/validate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/password-reset\/validate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"email\":\"gbailey@example.net\",\"token\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "DENY"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "permissions-policy",
                                    "value": "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "120"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "119"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 422,
                            "body": "{\"message\":\"This password reset link is invalid or expired.\",\"errors\":{\"token\":[\"This password reset link is invalid or expired.\"]}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/auth\/recovery-email\/validate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/recovery-email\/validate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/recovery-email\/validate"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"token\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "DENY"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "permissions-policy",
                                    "value": "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "120"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "119"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 422,
                            "body": "{\"message\":\"This recovery email verification link is invalid or expired.\",\"errors\":{\"token\":[\"This recovery email verification link is invalid or expired.\"]}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/cpd-records\/{cpdRecord_id}\/image",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cpd-records\/:cpdRecord_id\/image",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cpd-records\/:cpdRecord_id\/image",
                            "variable": [
                                {
                                    "id": "cpdRecord_id",
                                    "key": "cpdRecord_id",
                                    "value": "16",
                                    "description": "The ID of the cpdRecord."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "120"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "119"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"No query results for model [App\\\\Models\\\\CpdRecord] 16\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/awards",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/awards",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/awards"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "DENY"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "permissions-policy",
                                    "value": "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "120"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "119"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[{\"id\":1,\"title\":\"ABA 2024 - Boutique Aggregator of the Year\",\"logo_url\":null,\"sort_order\":10,\"is_active\":true,\"created_at\":\"2026-07-31T01:51:48.000000Z\",\"updated_at\":\"2026-07-31T01:51:48.000000Z\"},{\"id\":2,\"title\":\"MFAA 2025 National Winner - Mentor Program Award\",\"logo_url\":null,\"sort_order\":20,\"is_active\":true,\"created_at\":\"2026-07-31T01:51:48.000000Z\",\"updated_at\":\"2026-07-31T01:51:48.000000Z\"},{\"id\":3,\"title\":\"AMA 2024 - Excellence in Broker Support\",\"logo_url\":null,\"sort_order\":30,\"is_active\":true,\"created_at\":\"2026-07-31T01:51:48.000000Z\",\"updated_at\":\"2026-07-31T01:51:48.000000Z\"},{\"id\":4,\"title\":\"Industry Excellence - Broker Network Growth\",\"logo_url\":null,\"sort_order\":40,\"is_active\":true,\"created_at\":\"2026-07-31T01:51:48.000000Z\",\"updated_at\":\"2026-07-31T01:51:48.000000Z\"}]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/brokers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/brokers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/brokers"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "DENY"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "permissions-policy",
                                    "value": "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "120"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "119"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/brokers\/{slug}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/brokers\/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/brokers\/:slug",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "16",
                                    "description": "The slug of the broker."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "DENY"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "permissions-policy",
                                    "value": "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "120"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "119"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"Broker not found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/broker-partners",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/broker-partners",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/broker-partners"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "DENY"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "permissions-policy",
                                    "value": "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "120"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "119"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/insights",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/insights",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/insights"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "DENY"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "permissions-policy",
                                    "value": "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "120"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "119"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[{\"id\":1,\"title\":\"A new face for finweb: sharper, quieter, more confident\",\"slug\":\"new-finweb-website-face\",\"published_at\":\"2026-04-17\",\"excerpt\":\"Our new website direction is designed to feel more premium, more deliberate, and more aligned with the calibre of brokers we support.\",\"body\":\"finweb has introduced a more refined website direction built around clarity, confidence and a calmer premium feel.\\n\\nRather than chasing noise, the new experience focuses on stronger hierarchy, cleaner spacing and more intentional storytelling across broker profiles, services and editorial content.\\n\\nThis update is not just a visual refresh. It is a positioning move. Every section is being shaped to better reflect the quality of the network, the professionalism of our brokers and the kind of trust clients expect when they engage with a serious mortgage brand.\\n\\nKey changes in the new website direction include:\\n- cleaner page structure with better pacing between sections\\n- more premium visual language across cards, typography and motion\\n- stronger broker profile presentation with clearer CRM-aligned visibility rules\\n- more editorial insight layouts so updates feel like a publication, not a noticeboard\\n- a better foundation for future services, broker onboarding and growth content\\n\\nThe result is a digital presence that feels more composed, more exclusive and more aligned with the next chapter of finweb.\",\"image_url\":null,\"button_text\":\"Read more\",\"button_url\":null,\"link_type\":\"internal\",\"is_published\":true,\"created_at\":\"2026-07-31T01:51:48.000000Z\",\"updated_at\":\"2026-07-31T01:51:48.000000Z\"},{\"id\":2,\"title\":\"How to get your first 10 clients as a new mortgage broker.\",\"slug\":\"how-to-get-your-first-10-clients-as-a-new-mortgage-broker\",\"published_at\":\"2025-06-02\",\"excerpt\":\"Most new brokers do not struggle because they are bad at loans. They struggle because not enough people know they exist. Here is what actually works in the first 90 days.\",\"body\":\"The most common mistake I see from new brokers is spending the first few months getting ready. Tweaking the logo. Perfecting the website. Waiting until the business cards arrive. I understand the impulse. It feels productive. But none of that creates clients.\\n\\nClients come from conversations. And the sooner you accept that, the sooner things start to move.\\n\\nIf I wanted to get my first 10 clients quickly, I would focus on five practical things.\\n\\nFirst, pick a clear target market. \\\"I help everyone with home loans\\\" is the fastest way to be forgettable. First home buyers, self-employed borrowers, investors, young families, business owners. The more specific your message, the easier it is for people to remember you and refer you.\\n\\nSecond, start with your warm network, but do not beg for business. Your job is to tell people clearly what you do, who you help and what situations you solve. Something simple works: \\\"I am helping people review their home loans and understand their options. If you hear someone mention buying, refinancing or feeling unsure about their lender, I would love an introduction.\\\"\\n\\nThird, create useful educational content. You do not need to go viral. You need to answer real questions. Borrowing capacity, deposits, refinancing, fixed-rate roll-offs, guarantor loans and common pre-approval mistakes are all strong early content topics because they build trust before a client speaks to you.\\n\\nFourth, build referral relationships early. Accountants, real estate agents, buyer's agents, conveyancers, financial planners and family lawyers all speak to people who need brokers. Focus on value, follow-up and trust rather than pushing for referrals too soon.\\n\\nFifth, run a daily prospecting rhythm. Conversations, follow-ups, content, referral outreach and CRM discipline matter more than aesthetics in the first 90 days. If you do enough of the right activity consistently, your first 10 clients become far more predictable.\\n\\nThe brokers who get moving fastest are not always the most experienced. They are the ones willing to be visible, useful and consistent long before things feel polished.\",\"image_url\":null,\"button_text\":\"Read more\",\"button_url\":null,\"link_type\":\"internal\",\"is_published\":true,\"created_at\":\"2026-07-31T01:51:48.000000Z\",\"updated_at\":\"2026-07-31T01:51:48.000000Z\"},{\"id\":3,\"title\":\"If I was starting again as a broker, here is what I would do differently.\",\"slug\":\"if-i-was-starting-again-as-a-broker-here-is-what-i-would-do-differently\",\"published_at\":\"2025-06-01\",\"excerpt\":\"Being new is not the problem. Being vague is. If I was starting again, this is the structure I would build from day one.\",\"body\":\"A lot of new brokers think they need experience before they can get clients. They do not. They need focus, volume and a simple reason to talk to people.\\n\\nIf I was starting again as a broker, I would not waste months trying to look established before I had any momentum. I would build activity before I built polish.\\n\\nThe first thing I would do is choose one niche and commit to it. First home buyers. Investors. Small business owners. Self-employed clients. One audience, one set of problems, one sharper message. The moment you narrow your focus, referrals make more sense and your marketing becomes easier to remember.\\n\\nThe second thing I would do is build a list before I built a brand. Past colleagues, business owners, property owners, family, friends, solicitors, accountants and local operators. Not because every one of them will become a client, but because every broker needs volume at the top of the funnel before they need a perfect website.\\n\\nThe third thing I would do is create a valuable reason to reach out. Market updates. Rate changes. New lender policy. A practical explanation of what is happening in the market. People respond to useful information more readily than to a cold sales pitch.\\n\\nThe fourth thing I would do is commit to daily outreach. Calls, emails, messages, follow-ups and relationship-building are not optional extras. They are the work. Momentum in broking comes from repeated, useful contact over time.\\n\\nAnd finally, I would document and share what I was learning. New brokers often feel like they need to wait until they are experts before they speak. They do not. Sharing useful observations, client questions and lessons from the field helps people understand your value before they ever enquire.\\n\\nIf I was starting again, I would focus less on looking ready and more on having enough conversations for the market to notice I was there.\",\"image_url\":null,\"button_text\":\"Read more\",\"button_url\":null,\"link_type\":\"internal\",\"is_published\":true,\"created_at\":\"2026-07-31T01:51:48.000000Z\",\"updated_at\":\"2026-07-31T01:51:48.000000Z\"},{\"id\":4,\"title\":\"Why most new brokers struggle in year one, and what actually helps.\",\"slug\":\"why-most-new-brokers-struggle-in-year-one-and-what-actually-helps\",\"published_at\":\"2025-05-01\",\"excerpt\":\"The things that hold new brokers back are rarely just about loans. They are about pipeline, confidence, support and the business itself.\",\"body\":\"When a new broker joins finweb, one of the first conversations we have is about where they are actually stuck. After doing that with enough brokers, the patterns become obvious.\\n\\nThe first reason most brokers struggle is simple: nobody really taught them how to get clients. Formal qualifications teach the mechanics of writing a loan. They do not teach you how to build a business, create demand or manage your own pipeline with confidence.\\n\\nThe second reason is that they underestimate how long the pipeline takes to mature. A broker can be doing the right things and still feel like nothing is happening, simply because the work from month one does not show up in settlements until much later.\\n\\nThe third reason is that they try to carry too much alone. Loan processing, compliance, client management, business development, follow-up and admin all land on one person. That creates fatigue quickly and usually slows the exact activities that bring in business.\\n\\nThe fourth reason is that they do not ask for help early enough. This is cultural as much as practical. Many new brokers assume they should already know the answer or that asking a question makes them look unready. In reality, the best-supported brokers ask earlier, learn faster and avoid more costly mistakes.\\n\\nWhat actually helps is a support structure that meets the real gaps. Mentoring that covers scenarios and business decisions. Processing support that protects time. Training that applies directly to current work. A community where asking questions is normal. And enough accountability that activity stays consistent while confidence catches up.\\n\\nYear one is rarely easy. But it becomes much more manageable when the support around the broker is built for the reality of the work, not the theory of it.\",\"image_url\":null,\"button_text\":\"Read more\",\"button_url\":null,\"link_type\":\"internal\",\"is_published\":true,\"created_at\":\"2026-07-31T01:51:48.000000Z\",\"updated_at\":\"2026-07-31T01:51:48.000000Z\"},{\"id\":5,\"title\":\"What separates a good broker group from a great one.\",\"slug\":\"what-separates-a-good-broker-group-from-a-great-one\",\"published_at\":\"2025-04-01\",\"excerpt\":\"The difference is rarely just lender access. Great broker groups combine support, standards, commercial usefulness and a community that actually feels real.\",\"body\":\"A lot of broker groups can offer the basics. A panel. A CRM. Compliance. A logo. That might be enough to make a group look competent from a distance. But it is not what makes the experience meaningfully different for the broker inside it.\\n\\nWhat separates a good broker group from a great one is the quality and consistency of support when the real work is happening.\\n\\nA great group makes mentoring accessible, not theoretical. It means a broker can ask a scenario question when they need it, pressure-test a deal structure before it becomes a problem and get practical answers from people who understand the commercial reality of broking.\\n\\nA great group also removes friction. Processing support, compliance guidance, usable systems and operational follow-through matter because they give brokers back time and decision-making capacity. Without that, even good brokers lose momentum under admin weight.\\n\\nThen there is the commercial layer. The right structure should help brokers grow, not make them feel boxed in. That includes transparent models, useful business coaching and an environment where the support feels aligned to the broker's stage rather than forced into one generic shape.\\n\\nAnd finally, a great group feels human. People know one another. Questions get answered. Wins get shared. The community is not a marketing line; it is part of why the group works.\\n\\nThe brokers who stay long term usually do not stay because of one headline feature. They stay because the whole environment makes the business easier to build well.\",\"image_url\":null,\"button_text\":\"Read more\",\"button_url\":null,\"link_type\":\"internal\",\"is_published\":true,\"created_at\":\"2026-07-31T01:51:48.000000Z\",\"updated_at\":\"2026-07-31T01:51:48.000000Z\"}]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/insights\/{slug}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/insights\/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/insights\/:slug",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "1",
                                    "description": "The slug of the insight."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "DENY"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "permissions-policy",
                                    "value": "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "120"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "119"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"Insight not found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/stories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/stories",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/stories"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "DENY"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "permissions-policy",
                                    "value": "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "120"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "119"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[{\"id\":1,\"title\":\"Broker team moments\",\"slug\":\"broker-team-moments\",\"published_at\":\"2026-07-10\",\"excerpt\":\"The everyday interactions, team wins and shared moments that make finweb feel like a real broker community rather than a distant network.\",\"body\":\"The strongest broker groups are not only judged by systems and service. They are judged by how it feels to work inside them.\\n\\nBroker team moments are the conversations between files, the practical support that happens in the middle of a hard scenario, the shared wins after settlement and the small interactions that make the business feel less isolated.\\n\\nAt finweb, those moments matter because they shape confidence. A newer broker sees how an experienced broker handles pressure. An established broker shares perspective that helps someone else avoid a mistake. Questions are asked earlier, answers come faster and the group becomes more than a logo or a lender panel.\\n\\nThat is part of what people mean when they say the group feels human. It is not just events or formal mentoring sessions. It is the consistency of people showing up for each other when the work is happening.\\n\\nWhen brokers talk about why they stay, those moments often sit underneath the bigger headlines. Processing matters. Compliance matters. Coaching matters. But so does the feeling that the people around you genuinely care whether you do well.\",\"image_url\":\"https:\\\/\\\/dev.api.finweb.group\\\/storage\\\/stories\\\/broker-team-moments.jpg\",\"youtube_url\":null,\"button_text\":\"Read story\",\"button_url\":null,\"link_type\":\"internal\",\"is_featured\":false,\"is_published\":true,\"created_at\":\"2026-07-31T01:51:48.000000Z\",\"updated_at\":\"2026-07-31T01:51:48.000000Z\"},{\"id\":2,\"title\":\"Training and partner sessions\",\"slug\":\"training-and-partner-sessions\",\"published_at\":\"2026-07-03\",\"excerpt\":\"A closer look at the sessions, partner-led programmes and practical learning environments that keep brokers building capability over time.\",\"body\":\"Training works best when it feels connected to the work brokers are actually doing.\\n\\nTraining and partner sessions inside finweb are designed around that idea. Some sessions focus on lender knowledge. Others focus on process quality, scenario handling, sales activity or the habits that make a business more repeatable. The common thread is that the learning is expected to be useful in practice, not just interesting in theory.\\n\\nPartner programmes add another layer. Sessions connected to Purple Thread and Mr Mentor help brokers work on different parts of the business, from prospecting and conversion through to the structure and rhythm required to write files confidently.\\n\\nThese sessions are also important culturally. They create places where brokers can ask better questions, share what is working and hear how others are thinking about the market. That keeps capability building over time rather than sitting in one burst of onboarding.\\n\\nThe goal is not simply to run more training. The goal is to keep brokers sharper, more commercial and better supported as the business evolves.\",\"image_url\":\"https:\\\/\\\/dev.api.finweb.group\\\/storage\\\/stories\\\/training-and-partner-sessions.png\",\"youtube_url\":null,\"button_text\":\"Read story\",\"button_url\":null,\"link_type\":\"internal\",\"is_featured\":false,\"is_published\":true,\"created_at\":\"2026-07-31T01:51:48.000000Z\",\"updated_at\":\"2026-07-31T01:51:48.000000Z\"}]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/stories\/{slug}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/stories\/:slug",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/stories\/:slug",
                            "variable": [
                                {
                                    "id": "slug",
                                    "key": "slug",
                                    "value": "1",
                                    "description": "The slug of the story."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "DENY"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "permissions-policy",
                                    "value": "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "120"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "119"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"Story not found.\"\n}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/testimonials",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/testimonials",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/testimonials"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "DENY"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "permissions-policy",
                                    "value": "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "120"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "119"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[{\"id\":1,\"name\":\"Nathan Bickford\",\"role\":\"Mortgage Broker\",\"quote\":\"From day one, I felt like part of the family. The support is real, the mentors check in, and the community wants you to win.\",\"image_url\":\"https:\\\/\\\/finweb.group\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/HEADSHOT-WEBSITE-31.png\",\"rating\":5,\"sort_order\":10,\"is_active\":true,\"created_at\":\"2026-07-31T01:51:48.000000Z\",\"updated_at\":\"2026-07-31T01:51:48.000000Z\"},{\"id\":2,\"name\":\"Jesse Egan\",\"role\":\"Finance Broker\",\"quote\":\"Finweb was the perfect fit. The mentorship and guidance helped me grow fast and write loans across multiple markets.\",\"image_url\":\"https:\\\/\\\/finweb.group\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/HTML-SIGNATURE-Photo-5.png\",\"rating\":5,\"sort_order\":20,\"is_active\":true,\"created_at\":\"2026-07-31T01:51:48.000000Z\",\"updated_at\":\"2026-07-31T01:51:48.000000Z\"},{\"id\":3,\"name\":\"Aluni Hermez\",\"role\":\"Asset Finance Specialist\",\"quote\":\"The collaboration and support are unmatched. Finweb gives me the confidence and structure to plan long-term.\",\"image_url\":\"https:\\\/\\\/finweb.group\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/HEADSHOT-WEBSITE-24.png\",\"rating\":5,\"sort_order\":30,\"is_active\":true,\"created_at\":\"2026-07-31T01:51:48.000000Z\",\"updated_at\":\"2026-07-31T01:51:48.000000Z\"},{\"id\":4,\"name\":\"Chris Casha\",\"role\":\"Finance Broker\",\"quote\":\"Starting out was full-on, but Finweb made it feel manageable. There is always someone to lean on.\",\"image_url\":\"https:\\\/\\\/finweb.group\\\/wp-content\\\/uploads\\\/2025\\\/06\\\/HEADSHOT-WEBSITE-25.png\",\"rating\":5,\"sort_order\":40,\"is_active\":true,\"created_at\":\"2026-07-31T01:51:48.000000Z\",\"updated_at\":\"2026-07-31T01:51:48.000000Z\"}]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/google-reviews",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/google-reviews",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/google-reviews"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"place_id\":\"b\",\"max_reviews\":2}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "DENY"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "permissions-policy",
                                    "value": "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "120"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "119"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 403,
                            "body": "{\"code\":\"not_allowlisted\",\"message\":\"This Google place is not allowlisted.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/get-in-touch\/content",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/get-in-touch\/content",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/get-in-touch\/content"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "x-content-type-options",
                                    "value": "nosniff"
                                },
                                {
                                    "key": "x-frame-options",
                                    "value": "DENY"
                                },
                                {
                                    "key": "referrer-policy",
                                    "value": "strict-origin-when-cross-origin"
                                },
                                {
                                    "key": "permissions-policy",
                                    "value": "accelerometer=(), camera=(), geolocation=(), gyroscope=(), magnetometer=(), microphone=(), payment=(), usb=()"
                                },
                                {
                                    "key": "x-ratelimit-limit",
                                    "value": "120"
                                },
                                {
                                    "key": "x-ratelimit-remaining",
                                    "value": "119"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":{\"badge_label\":\"Contact\",\"title\":\"Get in touch\",\"phone_label\":\"Phone\",\"phone_value\":\"0421 639 947\",\"email_label\":\"Email\",\"email_value\":\"contact@finweb.com.au\",\"location_label\":\"\",\"location_value\":\"\"}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/me",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/me",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/me"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/logout",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/logout",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/logout"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT api\/auth\/password",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/password",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/password"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"current_password\":\"architecto\",\"password\":\"|]|{+-\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT api\/me",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/me",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/me"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"email\":\"zbailey@example.net\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/me\/avatar",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/me\/avatar",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/me\/avatar"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "avatar",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "avatars[]",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/me\/avatar",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/me\/avatar",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/me\/avatar"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PUT api\/me\/recovery-email",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/me\/recovery-email",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/me\/recovery-email"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"recovery_email\":\"gbailey@example.net\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/me\/recovery-email\/resend-verification",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/me\/recovery-email\/resend-verification",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/me\/recovery-email\/resend-verification"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/me\/recovery-email",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/me\/recovery-email",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/me\/recovery-email"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/auth\/two-factor",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/two-factor",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/two-factor"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/auth\/two-factor\/setup",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/two-factor\/setup",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/two-factor\/setup"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/auth\/two-factor\/confirm",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/two-factor\/confirm",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/two-factor\/confirm"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":\"bngzmi\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/auth\/two-factor\/disable",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/auth\/two-factor\/disable",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/auth\/two-factor\/disable"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"current_password\":\"architecto\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/dashboard\/metrics",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/dashboard\/metrics",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/dashboard\/metrics"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/admin\/awards",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/awards",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/awards"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"b\",\"is_active\":true,\"per_page\":22,\"sort\":\"g\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/admin\/awards",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/awards",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/awards"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "title",
                                    "value": "b",
                                    "type": "text",
                                    "description": "Must not be greater than 255 characters."
                                },
                                {
                                    "key": "remove_logo",
                                    "value": "1",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "sort_order",
                                    "value": "22",
                                    "type": "text",
                                    "description": "Must be at least 0. Must not be greater than 100000."
                                },
                                {
                                    "key": "is_active",
                                    "value": "",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "logo",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/admin\/awards\/{award_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/awards\/:award_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/awards\/:award_id",
                            "variable": [
                                {
                                    "id": "award_id",
                                    "key": "award_id",
                                    "value": "1",
                                    "description": "The ID of the award."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/admin\/awards\/{award_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/awards\/:award_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/awards\/:award_id",
                            "variable": [
                                {
                                    "id": "award_id",
                                    "key": "award_id",
                                    "value": "1",
                                    "description": "The ID of the award."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "title",
                                    "value": "b",
                                    "type": "text",
                                    "description": "Must not be greater than 255 characters."
                                },
                                {
                                    "key": "remove_logo",
                                    "value": "1",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "sort_order",
                                    "value": "22",
                                    "type": "text",
                                    "description": "Must be at least 0. Must not be greater than 100000."
                                },
                                {
                                    "key": "is_active",
                                    "value": "",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "logo",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "_method",
                                    "value": "PUT",
                                    "type": "text"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/admin\/awards\/{award_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/awards\/:award_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/awards\/:award_id",
                            "variable": [
                                {
                                    "id": "award_id",
                                    "key": "award_id",
                                    "value": "1",
                                    "description": "The ID of the award."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "title",
                                    "value": "b",
                                    "type": "text",
                                    "description": "Must not be greater than 255 characters."
                                },
                                {
                                    "key": "remove_logo",
                                    "value": "1",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "sort_order",
                                    "value": "22",
                                    "type": "text",
                                    "description": "Must be at least 0. Must not be greater than 100000."
                                },
                                {
                                    "key": "is_active",
                                    "value": "",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "logo",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "_method",
                                    "value": "PATCH",
                                    "type": "text"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/admin\/awards\/{award_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/awards\/:award_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/awards\/:award_id",
                            "variable": [
                                {
                                    "id": "award_id",
                                    "key": "award_id",
                                    "value": "1",
                                    "description": "The ID of the award."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/admin\/brokers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/brokers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/brokers"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"b\",\"status\":\"n\",\"active\":true,\"approved\":true,\"per_page\":7,\"page\":66,\"sort\":\"m\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/admin\/brokers",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/brokers",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/brokers"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"email\":\"zbailey@example.net\",\"password\":\"-0pBNvYgxw\",\"slug\":\"a\",\"summary\":\"architecto\",\"profile_url\":\"http:\\\/\\\/bailey.com\\\/\",\"featured_image\":\"m\",\"avatar\":\"i\",\"company_name\":\"y\",\"phone\":\"v\",\"license_no\":\"d\",\"active\":false,\"profile_content\":{\"intro\":{\"headline\":\"l\",\"paragraphs\":[\"architecto\"],\"ctaLabel\":\"n\"},\"homeLoans\":{\"title\":\"g\",\"description\":\"Eius et animi quos velit et.\",\"highlights\":[\"v\"],\"accordion\":[{\"title\":\"y\",\"body\":\"architecto\",\"embed\":{\"iframeUrl\":\"http:\\\/\\\/bailey.com\\\/\",\"height\":17,\"allow\":\"i\",\"scrolling\":\"yes\"}}]},\"commercialLoans\":{\"title\":\"d\",\"description\":\"Eius et animi quos velit et.\",\"highlights\":[\"v\"],\"accordion\":[{\"title\":\"y\",\"body\":\"architecto\",\"embed\":{\"iframeUrl\":\"http:\\\/\\\/bailey.com\\\/\",\"height\":17,\"allow\":\"i\",\"scrolling\":\"auto\"}}]},\"otherLoans\":{\"title\":\"d\",\"description\":\"Eius et animi quos velit et.\",\"highlights\":[\"v\"],\"accordion\":[{\"title\":\"y\",\"body\":\"architecto\",\"embed\":{\"iframeUrl\":\"http:\\\/\\\/bailey.com\\\/\",\"height\":17,\"allow\":\"i\",\"scrolling\":\"auto\"}}]},\"contact\":{\"title\":\"d\",\"formEmbedUrl\":\"https:\\\/\\\/gaylord.com\\\/modi-deserunt-aut-ab-provident-perspiciatis.html\",\"mapEmbedUrl\":\"http:\\\/\\\/www.cruickshank.com\\\/adipisci-quidem-nostrum-qui-commodi-incidunt-iure\"},\"sections\":[{\"title\":\"r\",\"description\":\"Eius et animi quos velit et.\",\"highlights\":[\"v\"],\"accordion\":[{\"title\":\"d\",\"body\":\"architecto\",\"embed\":{\"iframeUrl\":\"http:\\\/\\\/bailey.com\\\/\",\"height\":17,\"allow\":\"i\",\"scrolling\":\"no\"}}]}]}}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/admin\/broker-partners",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/broker-partners",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/broker-partners"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"b\",\"per_page\":22,\"page\":67,\"sort\":\"z\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/admin\/brokers\/{broker_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/brokers\/:broker_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/brokers\/:broker_id",
                            "variable": [
                                {
                                    "id": "broker_id",
                                    "key": "broker_id",
                                    "value": "16",
                                    "description": "The ID of the broker."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/admin\/brokers\/{broker_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/brokers\/:broker_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/brokers\/:broker_id",
                            "variable": [
                                {
                                    "id": "broker_id",
                                    "key": "broker_id",
                                    "value": "16",
                                    "description": "The ID of the broker."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"summary\":\"architecto\",\"profile_url\":\"http:\\\/\\\/bailey.com\\\/\",\"featured_image\":\"m\",\"avatar\":\"i\",\"profile_content\":{\"intro\":{\"headline\":\"y\",\"paragraphs\":[\"architecto\"],\"ctaLabel\":\"n\"},\"homeLoans\":{\"title\":\"g\",\"description\":\"Eius et animi quos velit et.\",\"highlights\":[\"v\"],\"accordion\":[{\"title\":\"y\",\"body\":\"architecto\",\"embed\":{\"iframeUrl\":\"http:\\\/\\\/bailey.com\\\/\",\"height\":17,\"allow\":\"i\",\"scrolling\":\"auto\"}}]},\"commercialLoans\":{\"title\":\"d\",\"description\":\"Eius et animi quos velit et.\",\"highlights\":[\"v\"],\"accordion\":[{\"title\":\"y\",\"body\":\"architecto\",\"embed\":{\"iframeUrl\":\"http:\\\/\\\/bailey.com\\\/\",\"height\":17,\"allow\":\"i\",\"scrolling\":\"no\"}}]},\"otherLoans\":{\"title\":\"d\",\"description\":\"Eius et animi quos velit et.\",\"highlights\":[\"v\"],\"accordion\":[{\"title\":\"y\",\"body\":\"architecto\",\"embed\":{\"iframeUrl\":\"http:\\\/\\\/bailey.com\\\/\",\"height\":17,\"allow\":\"i\",\"scrolling\":\"no\"}}]},\"contact\":{\"title\":\"d\",\"formEmbedUrl\":\"https:\\\/\\\/gaylord.com\\\/modi-deserunt-aut-ab-provident-perspiciatis.html\",\"mapEmbedUrl\":\"http:\\\/\\\/www.cruickshank.com\\\/adipisci-quidem-nostrum-qui-commodi-incidunt-iure\"},\"sections\":[{\"title\":\"r\",\"description\":\"Eius et animi quos velit et.\",\"highlights\":[\"v\"],\"accordion\":[{\"title\":\"d\",\"body\":\"architecto\",\"embed\":{\"iframeUrl\":\"http:\\\/\\\/bailey.com\\\/\",\"height\":17,\"allow\":\"i\",\"scrolling\":\"auto\"}}]}]}}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/admin\/brokers\/{broker_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/brokers\/:broker_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/brokers\/:broker_id",
                            "variable": [
                                {
                                    "id": "broker_id",
                                    "key": "broker_id",
                                    "value": "16",
                                    "description": "The ID of the broker."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"summary\":\"architecto\",\"profile_url\":\"http:\\\/\\\/bailey.com\\\/\",\"featured_image\":\"m\",\"avatar\":\"i\",\"profile_content\":{\"intro\":{\"headline\":\"y\",\"paragraphs\":[\"architecto\"],\"ctaLabel\":\"n\"},\"homeLoans\":{\"title\":\"g\",\"description\":\"Eius et animi quos velit et.\",\"highlights\":[\"v\"],\"accordion\":[{\"title\":\"y\",\"body\":\"architecto\",\"embed\":{\"iframeUrl\":\"http:\\\/\\\/bailey.com\\\/\",\"height\":17,\"allow\":\"i\",\"scrolling\":\"no\"}}]},\"commercialLoans\":{\"title\":\"d\",\"description\":\"Eius et animi quos velit et.\",\"highlights\":[\"v\"],\"accordion\":[{\"title\":\"y\",\"body\":\"architecto\",\"embed\":{\"iframeUrl\":\"http:\\\/\\\/bailey.com\\\/\",\"height\":17,\"allow\":\"i\",\"scrolling\":\"yes\"}}]},\"otherLoans\":{\"title\":\"d\",\"description\":\"Eius et animi quos velit et.\",\"highlights\":[\"v\"],\"accordion\":[{\"title\":\"y\",\"body\":\"architecto\",\"embed\":{\"iframeUrl\":\"http:\\\/\\\/bailey.com\\\/\",\"height\":17,\"allow\":\"i\",\"scrolling\":\"auto\"}}]},\"contact\":{\"title\":\"d\",\"formEmbedUrl\":\"https:\\\/\\\/gaylord.com\\\/modi-deserunt-aut-ab-provident-perspiciatis.html\",\"mapEmbedUrl\":\"http:\\\/\\\/www.cruickshank.com\\\/adipisci-quidem-nostrum-qui-commodi-incidunt-iure\"},\"sections\":[{\"title\":\"r\",\"description\":\"Eius et animi quos velit et.\",\"highlights\":[\"v\"],\"accordion\":[{\"title\":\"d\",\"body\":\"architecto\",\"embed\":{\"iframeUrl\":\"http:\\\/\\\/bailey.com\\\/\",\"height\":17,\"allow\":\"i\",\"scrolling\":\"no\"}}]}]}}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/admin\/brokers\/{broker_id}\/send-portal-invite",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/brokers\/:broker_id\/send-portal-invite",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/brokers\/:broker_id\/send-portal-invite",
                            "variable": [
                                {
                                    "id": "broker_id",
                                    "key": "broker_id",
                                    "value": "16",
                                    "description": "The ID of the broker."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/admin\/brokers\/{broker_id}\/images",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/brokers\/:broker_id\/images",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/brokers\/:broker_id\/images",
                            "variable": [
                                {
                                    "id": "broker_id",
                                    "key": "broker_id",
                                    "value": "16",
                                    "description": "The ID of the broker."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "featured_image",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "featured_images[]",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "avatar",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "avatars[]",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/admin\/brokers\/{broker_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/brokers\/:broker_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/brokers\/:broker_id",
                            "variable": [
                                {
                                    "id": "broker_id",
                                    "key": "broker_id",
                                    "value": "16",
                                    "description": "The ID of the broker."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/admin\/brokers\/{broker_id}\/audits",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/brokers\/:broker_id\/audits",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/brokers\/:broker_id\/audits",
                            "variable": [
                                {
                                    "id": "broker_id",
                                    "key": "broker_id",
                                    "value": "16",
                                    "description": "The ID of the broker."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"per_page\":1}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/admin\/system-settings\/broker-auto-sync",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/system-settings\/broker-auto-sync",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/system-settings\/broker-auto-sync"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/admin\/system-settings\/broker-auto-sync",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/system-settings\/broker-auto-sync",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/system-settings\/broker-auto-sync"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"enabled\":false,\"interval_minutes\":1}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/admin\/system-settings\/cpd-sync",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/system-settings\/cpd-sync",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/system-settings\/cpd-sync"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/admin\/system-settings\/cpd-sync\/validate",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/system-settings\/cpd-sync\/validate",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/system-settings\/cpd-sync\/validate"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"module_api_name\":\"b\",\"custom_view_id\":\"n\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/admin\/system-settings\/cpd-sync",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/system-settings\/cpd-sync",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/system-settings\/cpd-sync"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"enabled\":false,\"interval_minutes\":1,\"module_api_name\":\"n\",\"custom_view_id\":\"g\",\"report_limit_message\":\"z\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/admin\/cpd-records\/sync",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/cpd-records\/sync",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/cpd-records\/sync"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/admin\/cpd-records\/sync-status",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/cpd-records\/sync-status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/cpd-records\/sync-status"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/admin\/cpd-records\/sync-logs",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/cpd-records\/sync-logs",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/cpd-records\/sync-logs"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"per_page\":1}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/admin\/insights",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/insights",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/insights"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"b\",\"is_published\":true,\"sort\":\"n\",\"per_page\":7}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/admin\/insights",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/insights",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/insights"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"b\",\"slug\":\"n\",\"published_at\":\"2026-07-31T02:03:50\",\"excerpt\":\"architecto\",\"body\":\"architecto\",\"image_url\":\"http:\\\/\\\/bailey.com\\\/\",\"button_text\":\"m\",\"button_url\":\"https:\\\/\\\/www.gulgowski.com\\\/nihil-accusantium-harum-mollitia-modi-deserunt\",\"link_type\":\"internal\",\"is_published\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/admin\/insights\/{insight_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/insights\/:insight_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/insights\/:insight_id",
                            "variable": [
                                {
                                    "id": "insight_id",
                                    "key": "insight_id",
                                    "value": "1",
                                    "description": "The ID of the insight."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/admin\/insights\/{insight_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/insights\/:insight_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/insights\/:insight_id",
                            "variable": [
                                {
                                    "id": "insight_id",
                                    "key": "insight_id",
                                    "value": "1",
                                    "description": "The ID of the insight."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"b\",\"slug\":\"n\",\"published_at\":\"2026-07-31T02:03:50\",\"excerpt\":\"architecto\",\"body\":\"architecto\",\"image_url\":\"http:\\\/\\\/bailey.com\\\/\",\"button_text\":\"m\",\"button_url\":\"https:\\\/\\\/www.gulgowski.com\\\/nihil-accusantium-harum-mollitia-modi-deserunt\",\"link_type\":\"external\",\"is_published\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/admin\/insights\/{insight_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/insights\/:insight_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/insights\/:insight_id",
                            "variable": [
                                {
                                    "id": "insight_id",
                                    "key": "insight_id",
                                    "value": "1",
                                    "description": "The ID of the insight."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"b\",\"slug\":\"n\",\"published_at\":\"2026-07-31T02:03:50\",\"excerpt\":\"architecto\",\"body\":\"architecto\",\"image_url\":\"http:\\\/\\\/bailey.com\\\/\",\"button_text\":\"m\",\"button_url\":\"https:\\\/\\\/www.gulgowski.com\\\/nihil-accusantium-harum-mollitia-modi-deserunt\",\"link_type\":\"internal\",\"is_published\":true}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/admin\/insights\/upload",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/insights\/upload",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/insights\/upload"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "image",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "images[]",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/admin\/insights\/{insight_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/insights\/:insight_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/insights\/:insight_id",
                            "variable": [
                                {
                                    "id": "insight_id",
                                    "key": "insight_id",
                                    "value": "1",
                                    "description": "The ID of the insight."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/admin\/stories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/stories",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/stories"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"b\",\"is_published\":false,\"sort\":\"n\",\"per_page\":7}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/admin\/stories",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/stories",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/stories"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"b\",\"slug\":\"n\",\"published_at\":\"2026-07-31T02:03:50\",\"excerpt\":\"architecto\",\"body\":\"architecto\",\"image_url\":\"http:\\\/\\\/bailey.com\\\/\",\"youtube_url\":\"http:\\\/\\\/rempel.com\\\/sunt-nihil-accusantium-harum-mollitia\",\"button_text\":\"k\",\"button_url\":\"http:\\\/\\\/www.schuster.biz\\\/perspiciatis-quo-omnis-nostrum-aut-adipisci-quidem-nostrum-qui\",\"link_type\":\"external\",\"is_featured\":false,\"is_published\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/admin\/stories\/{story_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/stories\/:story_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/stories\/:story_id",
                            "variable": [
                                {
                                    "id": "story_id",
                                    "key": "story_id",
                                    "value": "1",
                                    "description": "The ID of the story."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/admin\/stories\/{story_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/stories\/:story_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/stories\/:story_id",
                            "variable": [
                                {
                                    "id": "story_id",
                                    "key": "story_id",
                                    "value": "1",
                                    "description": "The ID of the story."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"b\",\"slug\":\"n\",\"published_at\":\"2026-07-31T02:03:50\",\"excerpt\":\"architecto\",\"body\":\"architecto\",\"image_url\":\"http:\\\/\\\/bailey.com\\\/\",\"youtube_url\":\"http:\\\/\\\/rempel.com\\\/sunt-nihil-accusantium-harum-mollitia\",\"button_text\":\"k\",\"button_url\":\"http:\\\/\\\/www.schuster.biz\\\/perspiciatis-quo-omnis-nostrum-aut-adipisci-quidem-nostrum-qui\",\"link_type\":\"internal\",\"is_featured\":false,\"is_published\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/admin\/stories\/{story_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/stories\/:story_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/stories\/:story_id",
                            "variable": [
                                {
                                    "id": "story_id",
                                    "key": "story_id",
                                    "value": "1",
                                    "description": "The ID of the story."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"b\",\"slug\":\"n\",\"published_at\":\"2026-07-31T02:03:50\",\"excerpt\":\"architecto\",\"body\":\"architecto\",\"image_url\":\"http:\\\/\\\/bailey.com\\\/\",\"youtube_url\":\"http:\\\/\\\/rempel.com\\\/sunt-nihil-accusantium-harum-mollitia\",\"button_text\":\"k\",\"button_url\":\"http:\\\/\\\/www.schuster.biz\\\/perspiciatis-quo-omnis-nostrum-aut-adipisci-quidem-nostrum-qui\",\"link_type\":\"external\",\"is_featured\":true,\"is_published\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/admin\/stories\/upload",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/stories\/upload",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/stories\/upload"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "image",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "images[]",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/admin\/stories\/{story_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/stories\/:story_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/stories\/:story_id",
                            "variable": [
                                {
                                    "id": "story_id",
                                    "key": "story_id",
                                    "value": "1",
                                    "description": "The ID of the story."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/admin\/testimonials",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/testimonials",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/testimonials"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"b\",\"is_active\":false,\"sort\":\"n\",\"per_page\":7}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/admin\/testimonials",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/testimonials",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/testimonials"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "value": "b",
                                    "type": "text",
                                    "description": "Must not be greater than 255 characters."
                                },
                                {
                                    "key": "role",
                                    "value": "n",
                                    "type": "text",
                                    "description": "Must not be greater than 255 characters."
                                },
                                {
                                    "key": "quote",
                                    "value": "architecto",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "remove_image",
                                    "value": "1",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "rating",
                                    "value": "2",
                                    "type": "text",
                                    "description": "Must be at least 1. Must not be greater than 5."
                                },
                                {
                                    "key": "sort_order",
                                    "value": "7",
                                    "type": "text",
                                    "description": "Must be at least 0. Must not be greater than 100000."
                                },
                                {
                                    "key": "is_active",
                                    "value": "",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "image",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/admin\/testimonials\/{testimonial_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/testimonials\/:testimonial_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/testimonials\/:testimonial_id",
                            "variable": [
                                {
                                    "id": "testimonial_id",
                                    "key": "testimonial_id",
                                    "value": "1",
                                    "description": "The ID of the testimonial."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/admin\/testimonials\/{testimonial_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/testimonials\/:testimonial_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/testimonials\/:testimonial_id",
                            "variable": [
                                {
                                    "id": "testimonial_id",
                                    "key": "testimonial_id",
                                    "value": "1",
                                    "description": "The ID of the testimonial."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "value": "b",
                                    "type": "text",
                                    "description": "Must not be greater than 255 characters."
                                },
                                {
                                    "key": "role",
                                    "value": "n",
                                    "type": "text",
                                    "description": "Must not be greater than 255 characters."
                                },
                                {
                                    "key": "quote",
                                    "value": "architecto",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "remove_image",
                                    "value": "",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "rating",
                                    "value": "2",
                                    "type": "text",
                                    "description": "Must be at least 1. Must not be greater than 5."
                                },
                                {
                                    "key": "sort_order",
                                    "value": "7",
                                    "type": "text",
                                    "description": "Must be at least 0. Must not be greater than 100000."
                                },
                                {
                                    "key": "is_active",
                                    "value": "",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "image",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "_method",
                                    "value": "PUT",
                                    "type": "text"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/admin\/testimonials\/{testimonial_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/testimonials\/:testimonial_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/testimonials\/:testimonial_id",
                            "variable": [
                                {
                                    "id": "testimonial_id",
                                    "key": "testimonial_id",
                                    "value": "1",
                                    "description": "The ID of the testimonial."
                                }
                            ]
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "name",
                                    "value": "b",
                                    "type": "text",
                                    "description": "Must not be greater than 255 characters."
                                },
                                {
                                    "key": "role",
                                    "value": "n",
                                    "type": "text",
                                    "description": "Must not be greater than 255 characters."
                                },
                                {
                                    "key": "quote",
                                    "value": "architecto",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "remove_image",
                                    "value": "1",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "rating",
                                    "value": "2",
                                    "type": "text",
                                    "description": "Must be at least 1. Must not be greater than 5."
                                },
                                {
                                    "key": "sort_order",
                                    "value": "7",
                                    "type": "text",
                                    "description": "Must be at least 0. Must not be greater than 100000."
                                },
                                {
                                    "key": "is_active",
                                    "value": "",
                                    "type": "text",
                                    "description": ""
                                },
                                {
                                    "key": "image",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "_method",
                                    "value": "PATCH",
                                    "type": "text"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/admin\/testimonials\/{testimonial_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/testimonials\/:testimonial_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/testimonials\/:testimonial_id",
                            "variable": [
                                {
                                    "id": "testimonial_id",
                                    "key": "testimonial_id",
                                    "value": "1",
                                    "description": "The ID of the testimonial."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/admin\/join-us",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/join-us",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/join-us"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"b\",\"enquiry_type\":\"n\",\"source\":\"g\",\"per_page\":16,\"sort\":\"m\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/admin\/get-in-touch",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/get-in-touch",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/get-in-touch"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"b\",\"source\":\"n\",\"per_page\":7,\"sort\":\"z\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/admin\/get-in-touch\/content",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/get-in-touch\/content",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/get-in-touch\/content"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/admin\/get-in-touch\/content",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/get-in-touch\/content",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/get-in-touch\/content"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"badge_label\":\"b\",\"title\":\"n\",\"phone_label\":\"g\",\"phone_value\":\"z\",\"email_label\":\"m\",\"email_value\":\"i\",\"location_label\":\"y\",\"location_value\":\"v\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/admin\/get-in-touch\/content",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/get-in-touch\/content",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/get-in-touch\/content"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"badge_label\":\"b\",\"title\":\"n\",\"phone_label\":\"g\",\"phone_value\":\"z\",\"email_label\":\"m\",\"email_value\":\"i\",\"location_label\":\"y\",\"location_value\":\"v\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/admin\/users",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/users",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/users"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"b\",\"role\":\"user\",\"active\":false,\"approved\":true,\"per_page\":22}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/admin\/users\/{user_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/users\/:user_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/users\/: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": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/admin\/users\/{user_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/users\/:user_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/users\/:user_id",
                            "variable": [
                                {
                                    "id": "user_id",
                                    "key": "user_id",
                                    "value": "1",
                                    "description": "The ID of the user."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"email\":\"zbailey@example.net\",\"password\":\"-0pBNvYgxw\",\"role\":\"user\",\"permissions\":[\"insights:edit\"],\"active\":false,\"approved\":true}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/admin\/users\/{user_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/users\/:user_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/users\/:user_id",
                            "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": "{\"name\":\"b\",\"email\":\"zbailey@example.net\",\"password\":\"-0pBNvYgxw\",\"role\":\"broker\",\"permissions\":[\"get-in-touch:edit\"],\"active\":true,\"approved\":false}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/profile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/profile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/profile"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/profile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/profile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/profile"
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"summary\":\"architecto\",\"profile_content\":{\"intro\":{\"headline\":\"n\",\"paragraphs\":[\"architecto\"],\"ctaLabel\":\"n\"},\"homeLoans\":{\"title\":\"g\",\"description\":\"Eius et animi quos velit et.\",\"highlights\":[\"v\"],\"accordion\":[{\"title\":\"y\",\"body\":\"architecto\",\"embed\":{\"iframeUrl\":\"http:\\\/\\\/bailey.com\\\/\",\"height\":17,\"allow\":\"i\",\"scrolling\":\"auto\"}}]},\"commercialLoans\":{\"title\":\"d\",\"description\":\"Eius et animi quos velit et.\",\"highlights\":[\"v\"],\"accordion\":[{\"title\":\"y\",\"body\":\"architecto\",\"embed\":{\"iframeUrl\":\"http:\\\/\\\/bailey.com\\\/\",\"height\":17,\"allow\":\"i\",\"scrolling\":\"yes\"}}]},\"otherLoans\":{\"title\":\"d\",\"description\":\"Eius et animi quos velit et.\",\"highlights\":[\"v\"],\"accordion\":[{\"title\":\"y\",\"body\":\"architecto\",\"embed\":{\"iframeUrl\":\"http:\\\/\\\/bailey.com\\\/\",\"height\":17,\"allow\":\"i\",\"scrolling\":\"auto\"}}]},\"contact\":{\"title\":\"d\",\"formEmbedUrl\":\"https:\\\/\\\/gaylord.com\\\/modi-deserunt-aut-ab-provident-perspiciatis.html\",\"mapEmbedUrl\":\"http:\\\/\\\/www.cruickshank.com\\\/adipisci-quidem-nostrum-qui-commodi-incidunt-iure\"},\"sections\":[{\"title\":\"r\",\"description\":\"Eius et animi quos velit et.\",\"highlights\":[\"v\"],\"accordion\":[{\"title\":\"d\",\"body\":\"architecto\",\"embed\":{\"iframeUrl\":\"http:\\\/\\\/bailey.com\\\/\",\"height\":17,\"allow\":\"i\",\"scrolling\":\"yes\"}}]}]}}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/profile",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/profile",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/profile"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"summary\":\"architecto\",\"profile_content\":{\"intro\":{\"headline\":\"n\",\"paragraphs\":[\"architecto\"],\"ctaLabel\":\"n\"},\"homeLoans\":{\"title\":\"g\",\"description\":\"Eius et animi quos velit et.\",\"highlights\":[\"v\"],\"accordion\":[{\"title\":\"y\",\"body\":\"architecto\",\"embed\":{\"iframeUrl\":\"http:\\\/\\\/bailey.com\\\/\",\"height\":17,\"allow\":\"i\",\"scrolling\":\"auto\"}}]},\"commercialLoans\":{\"title\":\"d\",\"description\":\"Eius et animi quos velit et.\",\"highlights\":[\"v\"],\"accordion\":[{\"title\":\"y\",\"body\":\"architecto\",\"embed\":{\"iframeUrl\":\"http:\\\/\\\/bailey.com\\\/\",\"height\":17,\"allow\":\"i\",\"scrolling\":\"no\"}}]},\"otherLoans\":{\"title\":\"d\",\"description\":\"Eius et animi quos velit et.\",\"highlights\":[\"v\"],\"accordion\":[{\"title\":\"y\",\"body\":\"architecto\",\"embed\":{\"iframeUrl\":\"http:\\\/\\\/bailey.com\\\/\",\"height\":17,\"allow\":\"i\",\"scrolling\":\"auto\"}}]},\"contact\":{\"title\":\"d\",\"formEmbedUrl\":\"https:\\\/\\\/gaylord.com\\\/modi-deserunt-aut-ab-provident-perspiciatis.html\",\"mapEmbedUrl\":\"http:\\\/\\\/www.cruickshank.com\\\/adipisci-quidem-nostrum-qui-commodi-incidunt-iure\"},\"sections\":[{\"title\":\"r\",\"description\":\"Eius et animi quos velit et.\",\"highlights\":[\"v\"],\"accordion\":[{\"title\":\"d\",\"body\":\"architecto\",\"embed\":{\"iframeUrl\":\"http:\\\/\\\/bailey.com\\\/\",\"height\":17,\"allow\":\"i\",\"scrolling\":\"yes\"}}]}]}}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "POST api\/profile\/images",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/profile\/images",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/profile\/images"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "multipart\/form-data"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "formdata",
                            "formdata": [
                                {
                                    "key": "featured_image",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "featured_images[]",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "avatar",
                                    "src": [],
                                    "type": "file"
                                },
                                {
                                    "key": "avatars[]",
                                    "src": [],
                                    "type": "file"
                                }
                            ]
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/resources\/content",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/resources\/content",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/resources\/content"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PATCH api\/resources\/content",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/resources\/content",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/resources\/content"
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"badge_label\":\"b\",\"title\":\"n\",\"intro\":\"architecto\",\"lender_tools_title\":\"n\",\"lender_tools_description\":\"architecto\",\"drive_title\":\"n\",\"drive_description\":\"architecto\",\"drive_embed_url\":\"http:\\\/\\\/bailey.com\\\/\",\"drive_open_url\":\"http:\\\/\\\/rempel.com\\\/sunt-nihil-accusantium-harum-mollitia\",\"youtube_title\":\"k\",\"youtube_description\":\"architecto\",\"youtube_embed_url\":\"http:\\\/\\\/bailey.com\\\/\",\"youtube_open_url\":\"http:\\\/\\\/rempel.com\\\/sunt-nihil-accusantium-harum-mollitia\",\"lender_tools\":[{\"title\":\"k\",\"description\":\"Eius et animi quos velit et.\",\"url\":\"http:\\\/\\\/www.ernser.org\\\/harum-mollitia-modi-deserunt-aut-ab-provident-perspiciatis-quo.html\"}]}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/lender-tools",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lender-tools",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lender-tools"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"b\",\"title\":\"n\",\"resource_url\":\"http:\\\/\\\/crooks.biz\\\/et-fugiat-sunt-nihil-accusantium\",\"is_active\":false,\"has_embed\":true,\"page\":2,\"per_page\":5,\"sort\":\"k\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/lender-tools",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lender-tools",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lender-tools"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"resource_url\":\"http:\\\/\\\/www.ernser.org\\\/harum-mollitia-modi-deserunt-aut-ab-provident-perspiciatis-quo.html\",\"embed_url\":\"http:\\\/\\\/swift.com\\\/quidem-nostrum-qui-commodi-incidunt-iure-odit.html\",\"is_active\":true,\"sort_order\":10}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/lender-tools",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lender-tools",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lender-tools"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[16]}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/lender-tools\/{lenderTool_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lender-tools\/:lenderTool_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lender-tools\/:lenderTool_id",
                            "variable": [
                                {
                                    "id": "lenderTool_id",
                                    "key": "lenderTool_id",
                                    "value": "16",
                                    "description": "The ID of the lenderTool."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/lender-tools\/{lenderTool_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lender-tools\/:lenderTool_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lender-tools\/:lenderTool_id",
                            "variable": [
                                {
                                    "id": "lenderTool_id",
                                    "key": "lenderTool_id",
                                    "value": "16",
                                    "description": "The ID of the lenderTool."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"resource_url\":\"http:\\\/\\\/www.ernser.org\\\/harum-mollitia-modi-deserunt-aut-ab-provident-perspiciatis-quo.html\",\"embed_url\":\"http:\\\/\\\/swift.com\\\/quidem-nostrum-qui-commodi-incidunt-iure-odit.html\",\"is_active\":false,\"sort_order\":10}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/lender-tools\/{lenderTool_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lender-tools\/:lenderTool_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lender-tools\/:lenderTool_id",
                            "variable": [
                                {
                                    "id": "lenderTool_id",
                                    "key": "lenderTool_id",
                                    "value": "16",
                                    "description": "The ID of the lenderTool."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"resource_url\":\"http:\\\/\\\/www.ernser.org\\\/harum-mollitia-modi-deserunt-aut-ab-provident-perspiciatis-quo.html\",\"embed_url\":\"http:\\\/\\\/swift.com\\\/quidem-nostrum-qui-commodi-incidunt-iure-odit.html\",\"is_active\":true,\"sort_order\":10}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/lender-tools\/{lenderTool_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lender-tools\/:lenderTool_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lender-tools\/:lenderTool_id",
                            "variable": [
                                {
                                    "id": "lenderTool_id",
                                    "key": "lenderTool_id",
                                    "value": "16",
                                    "description": "The ID of the lenderTool."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/lender20-recordings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lender20-recordings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lender20-recordings"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"b\",\"is_active\":false,\"page\":22,\"per_page\":7,\"sort\":\"z\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "POST api\/lender20-recordings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lender20-recordings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lender20-recordings"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"youtube_url\":\"http:\\\/\\\/www.ernser.org\\\/harum-mollitia-modi-deserunt-aut-ab-provident-perspiciatis-quo.html\",\"is_active\":true,\"sort_order\":24}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/lender20-recordings",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lender20-recordings",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lender20-recordings"
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"ids\":[16]}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/lender20-recordings\/{lender20Recording_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lender20-recordings\/:lender20Recording_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lender20-recordings\/:lender20Recording_id",
                            "variable": [
                                {
                                    "id": "lender20Recording_id",
                                    "key": "lender20Recording_id",
                                    "value": "16",
                                    "description": "The ID of the lender20Recording."
                                }
                            ]
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "PUT api\/lender20-recordings\/{lender20Recording_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lender20-recordings\/:lender20Recording_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lender20-recordings\/:lender20Recording_id",
                            "variable": [
                                {
                                    "id": "lender20Recording_id",
                                    "key": "lender20Recording_id",
                                    "value": "16",
                                    "description": "The ID of the lender20Recording."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"youtube_url\":\"http:\\\/\\\/www.ernser.org\\\/harum-mollitia-modi-deserunt-aut-ab-provident-perspiciatis-quo.html\",\"is_active\":true,\"sort_order\":24}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "PATCH api\/lender20-recordings\/{lender20Recording_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lender20-recordings\/:lender20Recording_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lender20-recordings\/:lender20Recording_id",
                            "variable": [
                                {
                                    "id": "lender20Recording_id",
                                    "key": "lender20Recording_id",
                                    "value": "16",
                                    "description": "The ID of the lender20Recording."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"title\":\"b\",\"description\":\"Eius et animi quos velit et.\",\"youtube_url\":\"http:\\\/\\\/www.ernser.org\\\/harum-mollitia-modi-deserunt-aut-ab-provident-perspiciatis-quo.html\",\"is_active\":false,\"sort_order\":24}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "DELETE api\/lender20-recordings\/{lender20Recording_id}",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/lender20-recordings\/:lender20Recording_id",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/lender20-recordings\/:lender20Recording_id",
                            "variable": [
                                {
                                    "id": "lender20Recording_id",
                                    "key": "lender20Recording_id",
                                    "value": "16",
                                    "description": "The ID of the lender20Recording."
                                }
                            ]
                        },
                        "method": "DELETE",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "name": "GET api\/cpd-records",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cpd-records",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cpd-records"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"b\",\"type\":\"n\",\"date_from\":\"2022-08-24\",\"date_to\":\"2052-08-23\",\"page\":22,\"per_page\":7}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "GET api\/cpd-records\/export",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/cpd-records\/export",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/cpd-records\/export"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"search\":\"b\",\"type\":\"n\",\"date_from\":\"2022-08-24\",\"date_to\":\"2052-08-23\",\"page\":22,\"per_page\":7}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": [
                        {
                            "header": [
                                {
                                    "key": "cache-control",
                                    "value": "no-cache, private"
                                },
                                {
                                    "key": "content-type",
                                    "value": "application\/json"
                                },
                                {
                                    "key": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 401,
                            "body": "{\"message\":\"Unauthenticated.\"}",
                            "name": ""
                        }
                    ]
                }
            ]
        },
        {
            "name": "Zoho CRM",
            "description": "",
            "item": [
                {
                    "name": "Get Zoho connection status.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/zoho\/status",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/zoho\/status"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"data\":{\"connected\":true,\"expires_at\":\"2026-04-09T10:12:30Z\",\"api_domain\":\"https:\/\/www.zohoapis.com\",\"scope\":\"ZohoCRM.modules.ALL\"}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Get Zoho OAuth authorization URL.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/zoho\/oauth\/url",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/zoho\/oauth\/url"
                        },
                        "method": "GET",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"data\":{\"url\":\"https:\/\/accounts.zoho.com\/oauth\/v2\/auth?...\"}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Exchange Zoho OAuth code for tokens.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/zoho\/oauth\/callback",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/zoho\/oauth\/callback"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"code\":\"architecto\",\"state\":\"architecto\"}"
                        },
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"data\":{\"connected\":true,\"expires_at\":\"2026-04-09T10:12:30Z\",\"api_domain\":\"https:\/\/www.zohoapis.com\",\"scope\":\"ZohoCRM.modules.ALL\"}}",
                            "name": ""
                        }
                    ]
                },
                {
                    "name": "Revoke Zoho OAuth tokens.",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/zoho\/oauth\/revoke",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/zoho\/oauth\/revoke"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": null,
                        "description": ""
                    },
                    "response": [
                        {
                            "header": [],
                            "code": 200,
                            "body": "{\"data\":{\"message\":\"Zoho CRM connection revoked.\"}}",
                            "name": ""
                        }
                    ]
                }
            ]
        }
    ],
    "auth": {
        "type": "noauth"
    }
}