Was this helpful?
Retrieves information about the currently authenticated user
GET /auth/me HTTP/1.1 Host: api.laminar.run Authorization: Bearer JWT Accept: */*
Successfully retrieved user information
{ "id": 1, "firstName": "text", "lastName": "text", "email": "text" }