{
"html": "string",
"baseRule": "string",
"detailRule": "string",
"matchs": {
"property1": "string",
"property2": "string"
},
"ci": "string",
"excludeKeys": "string"
}curl --location --request POST '/api/v1/film/edit/sift/filter' \
--header 'Content-Type: application/json' \
--data-raw '{
"html": "string",
"baseRule": "string",
"detailRule": "string",
"matchs": {
"property1": "string",
"property2": "string"
},
"ci": "string",
"excludeKeys": "string"
}'{
"code": 0,
"msg": "ok",
"data": null
}