Register request DTO according to api-documentation.yamlSchema definition:
RegisterRequest:
properties:
fullName: string (maxLength: 255)
email: string (email, maxLength: 255)
password: string (minLength: 6)
{
"fullName": "string",
"email": "user@example.com",
"password": "string"
}