POST
/api/auth/verify-code
Verify code
Verifies an email verification code.
curl -s -X POST "$BASE/api/auth/verify-code" \
-H "Content-Type: application/json" \
-d '{"email": "user@example.com", "code": "123456"}'请求体
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| string | Y | — | ||
| code | string | Y | — |