{
"username": "demo",
"password": "******",
"code": "1234J0",
"codeKey": "1234J0",
"uuid": "e5cd7e4891bf95d1d19206ce24a7b32e",
"rememberMe": true,
"tenantId": "string"
}
curl --location --request POST 'http://localhost:8080/system/auth/login' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"username": "demo",
"password": "******",
"code": "1234J0",
"codeKey": "1234J0",
"uuid": "e5cd7e4891bf95d1d19206ce24a7b32e",
"rememberMe": true,
"tenantId": "string"
}'
{
"code": 0,
"status": true,
"msg": "string",
"data": {
"property1": {},
"property2": {}
},
"isSecurity": true
}