{"Laravel":"12.21.0","API":"Printonomy Backend API","status":"active","message":"Welcome to the Printonomy API","documentation":"API endpoints are available directly (no prefix needed)","available_endpoints":{"GET \/login":"Login information and requirements","POST \/login":"User login (email, password)","GET \/health":"Health check endpoint","GET \/user":"Get authenticated user info (requires Bearer token)","POST \/logout":"User logout (requires Bearer token)"},"authentication":"Use Bearer tokens from \/login","example_usage":{"login":"POST \/login with {\"email\": \"user@example.com\", \"password\": \"password\"}","authenticated_request":"Include header: Authorization: Bearer {your_token}"}}