GET /api/auth/me
Returns the authenticated user profile based on bearer token context.
Source: backend/app/routers/auth.py
Returns the authenticated user profile based on bearer token context.
Creates a user account and queues post-registration processing tasks.
Exchanges username and password for an access token.