Endpoints for fetching user information.
This endpoint allows you to fetch information about the current user.
When successful, returns a Current User resource.
{
"id": "user_01ED74HMFGVZ92YVCWTD8Y8H6X",
// ...
}
If the authorization token is not valid, returns an unauthorized response.
{ "errors": [ { "message": "Unauthenticated" }] }