Get authenticated user

Find yourself they say. That's what you can do here.

Responses
Request Example for get/me
using Scalar.GalaxyCsharp;

var sdk = new GalaxyCsharp();

var res = await sdk.Authentication.GetMeAsync();

// handle response
{
  "id": 1,
  "name": "Marc"
}