{
"id": 0,
"origin": "string",
"intervalValue": 0,
"enable": true,
"itemBos": [
{
"keyword": "string",
"negativeKeyword": "string"
}
]
}curl --location --request PUT 'https://test.51vive.com/forums/task' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"origin": "string",
"intervalValue": 0,
"enable": true,
"itemBos": [
{
"keyword": "string",
"negativeKeyword": "string"
}
]
}'{
"code": 0,
"msg": "string",
"data": {}
}