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