curl --no-buffer --request POST \
"$PREEZIE_API_URL/api/operation/search" \
--header "Authorization: Bearer $PREEZIE_OPERATION_TOKEN" \
--header "Tenantid: $PREEZIE_TENANT_ID" \
--header "Content-Type: application/json" \
--data '{
"sessionId": "session-123",
"visitorId": "visitor-456",
"content": "Show me lightweight black running shoes",
"requestOrigin": "Operation",
"pageSize": 12,
"operationHideAiMessage": false,
"operationReturnFullProductInfo": false,
"chatMetadata": {
"websiteUrl": "https://shop.example.com/collections/running"
}
}'