ForgotPasswordRequest
Properties
| Property | Type | Required | Description |
|---|---|---|---|
email |
Yes |
View JSON Schema
{
"type": "object",
"required": [
"email"
],
"properties": {
"email": {
"$ref": "#/components/schemas/Email"
}
}
}