email (str): The user's email address.curl --location --globoff 'https:///auth-service/api/v2/login/password-recovery' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "[email protected]"
}'{
"success": true,
"message": "If an account exists for this email, a password recovery email has been sent.",
"data": {
"requested": true
}
}