VerifyEmailResponseBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/VerifyEmailResponseBody.jsonmessagestringrequired
successbooleanrequired
VerifyEmailResponseBody
{
"$schema": "https://example.com/schemas/VerifyEmailResponseBody.json",
"message": "string",
"success": true
}