RegisterRequestBody
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/RegisterRequestBody.jsonemailemailrequired
Email address
fullNamestringrequired
Full name
passwordstringrequired
New password (min 10 chars)
RegisterRequestBody
{
"$schema": "https://example.com/schemas/RegisterRequestBody.json",
"fullName": "string",
"password": "string"
}