This interface defines the register request structure, including `username`, `displayName`, `firstName`, `lastName`, `password`, and `gdpr` status. This will ensure consistency in the form of request data throughout the application.
Signed-off-by: Mathis <yidhra@tuta.io>
The new IReqLogin interface defines the request shape for user login. It includes two string properties - username and password.
Signed-off-by: Mathis <yidhra@tuta.io>