{
"Username": "string",
"Email": "user@example.com",
"Password": "123456",
"DevideId": "string",
"ClientType": "string",
"VerifyCode": "123456",
"CaptchaToken": "eyJhbGciOiJIUzI1NiIs..."
}curl --location '/User/Auth/Register' \
--header 'Content-Type: application/json' \
--data-raw '{
"Username": "string",
"Email": "user@example.com",
"Password": "123456",
"DevideId": "string",
"ClientType": "string",
"VerifyCode": "123456",
"CaptchaToken": "eyJhbGciOiJIUzI1NiIs..."
}'{
"Success": true,
"Message": "string",
"Data": {
"AuthToken": "string",
"RefreshToken": "string",
"RoleType": "0",
"AuthTokenExpireInSeconds": 0,
"RefreshTokenExpireInSeconds": 0
}
}