Authorization: Bearer ********************[
"wideband"
]curl --location --request PUT 'http://127.0.0.1:9897/api/modules/ipblacklist/netType' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
"wideband"
]'{
"success": true,
"asyncTask": null,
"message": "操作执行成功",
"data": null
}