register

open suspend override fun register(body: RegisterDto): AuthenticatedUserDto

Registers a new user remotely and performs local database operations to store the user and associated planets.

Return

The AuthenticatedUserDto representing the registered and authenticated user.

Parameters

body

The RegisterDto containing user registration information.