{
"html": "string",
"categoryRule": "string",
"categoryExclude": "string",
"categoryUrl": "string",
"baseUrl": "string"
}curl --location --request POST '/api/v1/film/edit/sift/category' \
--header 'Content-Type: application/json' \
--data-raw '{
"html": "string",
"categoryRule": "string",
"categoryExclude": "string",
"categoryUrl": "string",
"baseUrl": "string"
}'{
"code": 0,
"msg": "ok",
"data": {
"title": "string",
"uuid": "string"
}
}