getAuthenticatedUser

@GET(value = "/v1/users/authenticated")
abstract fun getAuthenticatedUser(): Call<UserAuthenticated>