Authentication
Get current user
Get information about the currently authenticated user
Response Body
application/json
curl -X GET "https://example.com/api/v1/auth/me"{
"email": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"is_admin": true,
"username": "string"
}Empty