{
    "variable": [
        {
            "id": "baseUrl",
            "key": "baseUrl",
            "type": "string",
            "name": "string",
            "value": "https:\/\/finweb-api.on-forge.com"
        }
    ],
    "info": {
        "name": "Laravel API Documentation",
        "_postman_id": "d77335b3-1a59-4001-b26f-f02117569b6f",
        "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": 200,
                            "body": "{\"data\":{\"message\":\"Zoho broker sync completed.\",\"summary\":{\"total\":10,\"created\":2,\"updated\":8,\"skipped\":0,\"failed\":0}}}",
                            "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\/login",
                    "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\":\"gbailey@example.net\",\"password\":\"|]|{+-\",\"remember\":true}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "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": "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": "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": "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"Broker not found.\"\n}",
                            "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[]}",
                            "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": "16",
                                    "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 404,
                            "body": "{\n    \"message\": \"Insight 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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":[]}",
                            "name": ""
                        }
                    ]
                },
                {
                    "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": "{\"name\":\"b\",\"email\":\"zbailey@example.net\",\"message\":\"architecto\",\"source\":\"n\"}"
                        },
                        "description": "",
                        "auth": {
                            "type": "noauth"
                        }
                    },
                    "response": []
                },
                {
                    "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": "vary",
                                    "value": "Origin"
                                }
                            ],
                            "code": 200,
                            "body": "{\"data\":{\"badge_label\":\"Contact\",\"title\":\"Get in touch\",\"phone_label\":\"Phone\",\"phone_value\":\"0424 191 095\",\"email_label\":\"Email\",\"email_value\":\"bdm@finweb.com.au\",\"location_label\":\"Location\",\"location_value\":\"9C Whitfield Bvd, Cranbourne West VIC 3977\"}}",
                            "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": "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": "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\":\"]|{+-0pBNvYg\"}"
                        },
                        "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\/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\":\"pending\",\"active\":false,\"approved\":true,\"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": "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\":true,\"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\":\"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\":\"yes\"}}]},\"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\/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\":\"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\":\"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\":\"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\":\"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\/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-04-20T12:46:34\",\"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": "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": "16",
                                    "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": "16",
                                    "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-04-20T12:46:34\",\"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": "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": "16",
                                    "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-04-20T12:46:34\",\"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": "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": "16",
                                    "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\/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\":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\/testimonials",
                    "request": {
                        "url": {
                            "host": "{{baseUrl}}",
                            "path": "api\/admin\/testimonials",
                            "query": [],
                            "raw": "{{baseUrl}}\/api\/admin\/testimonials"
                        },
                        "method": "POST",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"role\":\"n\",\"quote\":\"architecto\",\"rating\":2,\"sort_order\":7,\"is_active\":true}"
                        },
                        "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": "16",
                                    "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": "16",
                                    "description": "The ID of the testimonial."
                                }
                            ]
                        },
                        "method": "PUT",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"role\":\"n\",\"quote\":\"architecto\",\"rating\":2,\"sort_order\":7,\"is_active\":true}"
                        },
                        "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": "16",
                                    "description": "The ID of the testimonial."
                                }
                            ]
                        },
                        "method": "PATCH",
                        "header": [
                            {
                                "key": "Content-Type",
                                "value": "application\/json"
                            },
                            {
                                "key": "Accept",
                                "value": "application\/json"
                            }
                        ],
                        "body": {
                            "mode": "raw",
                            "raw": "{\"name\":\"b\",\"role\":\"n\",\"quote\":\"architecto\",\"rating\":2,\"sort_order\":7,\"is_active\":false}"
                        },
                        "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": "16",
                                    "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\":\"admin\",\"active\":true,\"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": "16",
                                    "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": "16",
                                    "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\":\"client\",\"permissions\":[\"testimonials: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": "16",
                                    "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\":[\"services:edit\"],\"active\":true,\"approved\":true}"
                        },
                        "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\":\"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\":\"no\"}}]}]}}"
                        },
                        "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\":\"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\":\"yes\"}}]},\"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\/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": "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\",\"accounts_server\":\"architecto\",\"location\":\"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"
    }
}