身分驗證
POST /auth/password/forgot 公開
Request a password-reset code by email.
Always answers 202, whether or not the address has an account — this is deliberately not an email-enumeration oracle.
請求內容
emailstring 必填- 帳戶電子郵件。範例
[email protected]
curl -X POST "https://freehire.me/api/v1/auth/password/forgot" \
-H 'Content-Type: application/json' \
-d '{"email":"[email protected]"}'