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." }
토큰을 사용해 비밀번호를 재설정하는 엔드포인트입니다.
이 페이지가 도움이 되었나요?