Перейти к основному содержанию
POST
/
v1
/
auth
/
reset-password
/
{token_id}
cURL
curl --request POST \
  --url https://api.example.com/v1/auth/reset-password/{token_id}/ \
  --header 'Content-Type: application/json' \
  --data '
{
  "password": "<string>"
}
'
{}

Параметры пути

token_id
string
обязательно

Тело

password
string
обязательно

Ответ

201 - application/json

The response is of type object.