{
"file": "string"
}
curl --location --request POST 'http://localhost:8080/system/notice/import' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"file": "string"
}'
{
"code": 0,
"status": true,
"msg": "string",
"data": true,
"isSecurity": true
}