curl --location '/api/v1/deals/search' \
--header 'Content-Type: application/json' \
--data '{
"search": "string",
"pipelineId": "string",
"stageId": "string",
"conditions": [
{
"field": "string",
"op": "eq",
"value": {}
}
],
"combinator": "AND",
"closedStatus": "open",
"sortBy": "string",
"sortDir": "asc",
"limit": 1,
"offset": 0,
"minimal": true,
"limitPerStage": 1
}'