authenticate

@GET(value = "v1/users")
abstract suspend fun authenticate(): AuthenticatedUserDto

Authenticates the current user.

Return

The AuthenticatedUserDto representing the authenticated user.