package org.example.domain.Request data class RegistrationRequest ( val firstname: String, val email: String, val password: String, )