request verification code
Developing
POST
/user/request-verification-code
Request
Body Params application/json
email
string
required
Example
{
"email": "2975587905@qq.com"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/user/request-verification-code' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "2975587905@qq.com"
}'
Responses
🟢200OK
application/json
Body
object {0}
Example
{}
🟠422Unprocessable Content
Modified at 2023-12-27 09:56:29