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