{
"apply_id": 1,
"name": "分享名称2",
"secret": "123456",
"context_num": 1
}
curl --location --request POST '/api/knowRelease/addWeb' \
--header 'token: {{api-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"apply_id": 1,
"name": "分享名称2",
"secret": "123456",
"context_num": 1
}'
{
"code": 1,
"show": 1,
"msg": "创建成功",
"data": []
}