{
"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"
},
"userId": 0,
"idFileType": 0,
"realName": "string",
"companyName": "string",
"companyAddress": "string",
"idFileNumber": "string",
"idFilePath": "string",
"email": "string",
"remarks": "string",
"country": "string",
"authIdentity": 0
}
curl --location --request POST '/account/auth/authentication' \
--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"
},
"userId": 0,
"idFileType": 0,
"realName": "string",
"companyName": "string",
"companyAddress": "string",
"idFileNumber": "string",
"idFilePath": "string",
"email": "string",
"remarks": "string",
"country": "string",
"authIdentity": 0
}'
{
"code": 0,
"msg": "",
"data": {},
"success": false
}