{
"enterprises": [
"string"
],
"hasAll": true,
"lines": [
"string"
],
"type": 0,
"url": "string",
"version": "string"
}
curl --location --request POST '/notification/manual' \
--header 'Content-Type: application/json' \
--data-raw '{
"enterprises": [
"string"
],
"hasAll": true,
"lines": [
"string"
],
"type": 0,
"url": "string",
"version": "string"
}'
{
"msg": "操作成功",
"code": 200
}