VerifyEmailRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/VerifyEmailRequestBody.jsontokenstringrequired
Verification token from email
VerifyEmailRequestBody
{
"$schema": "https://example.com/schemas/VerifyEmailRequestBody.json",
"token": "string"
}