Зарегистрируйтесь и начните использовать Yume бесплатно
curl --request POST \
--url https://api.example.com/v1/auth/reset/confirm/ \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"email": "jsmith@example.com",
"password": "<string>"
}
'{
"token": "<string>",
"email": "jsmith@example.com",
"password": "<string>"
}curl --request POST \
--url https://api.example.com/v1/auth/reset/confirm/ \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"email": "jsmith@example.com",
"password": "<string>"
}
'{
"token": "<string>",
"email": "jsmith@example.com",
"password": "<string>"
}Была ли эта страница полезной?