Creates a request with email and name.
email
name
const CreateUserRequest({required this.email, required this.name});