curl --request POST \
--url https://api.example.com/mcp/search-brokerage-firm-policies \
--header 'Content-Type: application/json' \
--data '
{
"where": {
"AND": [
{
"property": "<string>",
"value": {
"equals": "<string>"
},
"includeAllBranches": true,
"excludeBaseBranch": false,
"timeZone": "UTC",
"textSearchDepth": 0
}
],
"OR": [
{
"property": "<string>",
"value": {
"equals": "<string>"
},
"includeAllBranches": true,
"excludeBaseBranch": false,
"timeZone": "UTC",
"textSearchDepth": 0
}
]
},
"brokerageFirmId": "<string>",
"count": 10,
"page": 1,
"searchNewBusinessProjects": false
}
'