curl --request POST \
--url http://localhost:8080/cabinet/auth/email/change/verify \
--header 'Content-Type: application/json' \
--data '
{
"code": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Verify email change with code.
Completes the email change process if the code is valid.
curl --request POST \
--url http://localhost:8080/cabinet/auth/email/change/verify \
--header 'Content-Type: application/json' \
--data '
{
"code": "<string>"
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Request to verify email change with code.
6-digit verification code
6Successful Response