curl --location --request GET 'http://prod-cn.your-api-server.com/consoleapi/users/login-settings' \
--header 'Authorization: Bearer {{token}}'{
"code": 0,
"message": "string",
"data": {
"allowedLoginMethods": [
0
],
"allowedRegisterMethods": [
0
],
"defaultLoginMethod": 0,
"allowMultipleLogin": true,
"showPolicyAgreement": true
},
"timestamp": 0
}