Aller au contenu

/api/auth/password-reset/request

POST
/api/auth/password-reset/request
curl --request POST \
--url https://example.com/api/auth/password-reset/request \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "email": "example" }'
Media type application/json
object
email
string
nullable
Example generated
{
"email": "example"
}

OK