한국어
비밀번호 복구 프로세스를 시작하기 위해 사용자의 등록된 이메일 주소로 리셋 링크를 보냅니다. 사용자는 이 링크를 따라 새 비밀번호를 만들 수 있습니다.
cURL
curl --request POST \ --url https://your_a2_service/auth/forgot-password \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Successful Response
이 페이지가 도움이 되었나요?