curl --location 'https://console.nezhachuhai.com/v1/admin/security/authenticate' \
--header 'Authorization: Bearer 1_1' \
--header 'Content-Type: application/json' \
--data '{
"username": "root",
"password": "0hYEA6xUVY6YsEqWlqq4fU/fsXVKfjyFJy15mxyp0RSmJ2AhvF2fPotQ4jrBcretecpe5z2rPNIbEklMWa9a1P1woJxTq7AApdBzSTSazBKBJPOQ9OLd6JPHFwEuHVSE6TG8tDDXoo4cJFCeuoyDvd9q75kkpUBOxZAI1qTtWL0=",
"googleAuthenticatorCode": "string",
"captchaToken": "string",
"captchaCode": "string"
}'{
"code": 0,
"msg": "success",
"data": "返回数据"
}