用户登陆注册
curl -X GET "https://loading/api/verification?email=string"Empty
curl -X GET "https://loading/api/reset_password?email=string"Empty
curl -X POST "https://loading/api/user/reset" \ -H "Content-Type: application/json" \ -d '{}'Empty
用户注册
Request Body
application/json
username?string
password?string
email?string
verification_code?string
aff_code?string
Response Body
curl -X POST "https://loading/api/user/register" \ -H "Content-Type: application/json" \ -d '{}'Empty
curl -X POST "https://loading/api/user/login" \ -H "Content-Type: application/json" \ -d '{}'Empty
curl -X POST "https://loading/api/user/login/2fa" \ -H "Content-Type: application/json" \ -d '{}'Empty
curl -X GET "https://loading/api/user/logout"Empty
curl -X GET "https://loading/api/user/groups"Empty
curl -X POST "https://loading/api/user/passkey/login/begin"Empty
curl -X POST "https://loading/api/user/passkey/login/finish"Empty