{
"log": {
"keyId": 0,
"operator": "string",
"ip": "string",
"operateTime": "string",
"button": 0,
"menu": 0,
"access": "string",
"functionType": "string",
"actionType": "string",
"actionAlias": "string",
"association": "string",
"before": "string",
"after": "string",
"i18nPrefix": "string"
},
"limitType": 0,
"value": 0
}
curl --location --request POST '/account/auth/limit/update' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"log": {
"keyId": 0,
"operator": "string",
"ip": "string",
"operateTime": "string",
"button": 0,
"menu": 0,
"access": "string",
"functionType": "string",
"actionType": "string",
"actionAlias": "string",
"association": "string",
"before": "string",
"after": "string",
"i18nPrefix": "string"
},
"limitType": 0,
"value": 0
}'
{
"code": 0,
"msg": "",
"data": {},
"success": false
}