{
"Email": "user@example.com",
"CaptchaToken": "eyJhbGciOiJIUzI1NiIs...",
"Method": 0
}curl --location '/User/Auth/SendRegisterCodeAsync' \
--header 'Content-Type: application/json' \
--data-raw '{
"Email": "user@example.com",
"CaptchaToken": "eyJhbGciOiJIUzI1NiIs...",
"Method": 0
}'{
"Success": true,
"Message": "string",
"Data": {
"CodeExpireInSeconds": 0
}
}