POST /auth/me/email/change
Change the current user's email address, requires verification of current password, new email, and sending verification code
Account Management `bearerAuth` application/json
Request Body
Schema: dto.ChangeEmailRequest
| Field | Type | Required | Example | Constraints | Description |
new_email |
string |
Yes |
|
|
New email |
password |
string |
Yes |
|
|
Current password |
Referenced Schemas
dto.SimpleResponseWrapper
| Field | Type | Required | Example | Constraints | Description |
code |
integer |
No |
|
|
|
message |
string |
No |
|
|
|