# GET /hello

This endpoint serves as a simple authentication test. When called with a valid API token, it returns basic information about the authenticated user.

## Responses

```json
{
  "sport": "table_soccer",
  "sub": "cbd36e0a-400a-4996-a4c9-5a8808dc31ba"
}
```
```json
{
  "message": "Forbidden resource",
  "error": "Forbidden",
  "statusCode": 403
}
```