{
"Username": "string",
"Password": "123456",
"CaptchaToken": "eyJhbGciOiJIUzI1NiIs...",
"DeviceId": "device_001",
"ClinetType": 0
}curl --location '/User/Auth/Login' \
--header 'Content-Type: application/json' \
--data '{
"Username": "string",
"Password": "123456",
"CaptchaToken": "eyJhbGciOiJIUzI1NiIs...",
"DeviceId": "device_001",
"ClinetType": 0
}'{
"Success": true,
"Message": "string",
"Data": {
"AuthToken": "string",
"RefreshToken": "string",
"RoleType": "0",
"AuthTokenExpireInSeconds": 0,
"RefreshTokenExpireInSeconds": 0
}
}