Account
Forgot password
Sends a password reset email to the user.
post/api/account/forgot-password
Request body
Example request
{
"email": "user@example.com"
}Response
Password reset email sent successfully.
Sends a password reset email to the user.
{
"email": "user@example.com"
}Password reset email sent successfully.