Me
get /auth/me
Return the authenticated user's profile.
Authorizations
Authorization
string requiredBearer token. Pass as Authorization: Bearer <token> in the request header.
Response
id
integerusername
stringemail
stringrole
stringapi_key
stringis_active
booleancurl -X GET http://localhost:8000/auth/me \