{
"communityId": 2024022692080516,
"itemValue": "选项A",
"seq": 0,
"titleId": "string",
"valueId": "string"
}
curl --location --request POST '/j8-patrolmgt/inspectionTitle/inspection-item-title-value/add' \
--header 'Content-Type: application/json' \
--data-raw '{
"communityId": 2024022692080516,
"itemValue": "选项A",
"seq": 0,
"titleId": "string",
"valueId": "string"
}'
{
"code": 10000,
"data": "string",
"message": "提示消息内容"
}