curl --location --request POST '/auth/request-password-reset' \
--header 'X-Captcha-Response;' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string",
"redirectTo": "string"
}'{
"message": "string",
"status": true
}