Initiate password reset process by email. A password reset link will be sent to the user’s email address. Requires CAPTCHA verification.
curl --request POST \
--url https://api.fluxer.app/v1/auth/forgot \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}No Content
curl --request POST \
--url https://api.fluxer.app/v1/auth/forgot \
--header 'Content-Type: application/json' \
--data '
{
"email": "jsmith@example.com"
}
'{
"code": "ACCESS_DENIED",
"message": "<string>",
"errors": [
{
"path": "<string>",
"message": "<string>",
"code": "<string>"
}
]
}