{
"showLogin": true,
"loginLogMode": "off",
"loginImgVerify": true,
"adminTwoFactorVerify": true,
"loginVerifySecret": "string",
"guestIndexHtml": "string"
}curl --location --request PUT 'https://demo.zfile.vip/admin/config/security' \
--header 'zfile-token;' \
--header 'Content-Type: application/json' \
--data '{
"showLogin": true,
"loginLogMode": "off",
"loginImgVerify": true,
"adminTwoFactorVerify": true,
"loginVerifySecret": "string",
"guestIndexHtml": "string"
}'{
"code": "0",
"msg": "ok",
"data": {},
"dataCount": 0,
"traceId": "string"
}