메인 콘텐츠로 건너뛰기
POST
/
auth
/
reset-password
Reset password
curl --request POST \
  --url https://your_a2_service/auth/reset-password \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "<string>",
  "token": "<string>"
}
'

본문

application/json
password
string
필수
token
string
필수

응답

Successful Response