Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST https://api.llmgenerator.com/api/v1/auth/reset-password \ -H "Content-Type: application/json" \ -d '{ "token": "PASSWORD_RESET_TOKEN", "newPassword": "newSecurePassword123" }'
{ "success": true, "message": "Password has been reset successfully." }
メールで送られたトークンを使ってパスワードを再設定するエンドポイントです。
このページは役に立ちましたか?