{"message":"Linkkky API","version":"1.0.0","endpoints":{"public":{"GET \/api\/u\/{username}":"Get public profile","POST \/api\/click\/{link_id}":"Track click","GET \/api\/auth\/check-username?username={username}":"Check username availability","POST \/api\/auth\/register":"Register user","POST \/api\/auth\/login":"Login user","POST \/api\/auth\/forgot-password":"Request password reset","POST \/api\/auth\/reset-password":"Reset password with token","GET \/api\/auth\/google":"Redirect to Google OAuth","GET \/api\/auth\/google\/callback":"Google OAuth callback"},"protected":{"POST \/api\/auth\/logout":"Logout","GET \/api\/profile":"Get profile","PUT \/api\/profile":"Update profile","GET \/api\/profile\/check-username?username={username}":"Check username availability","GET \/api\/links":"Get links","POST \/api\/links":"Create link","PUT \/api\/links\/{id}":"Update link","DELETE \/api\/links\/{id}":"Delete link","POST \/api\/links\/reorder":"Reorder links","GET \/api\/analytics\/overview":"Get analytics overview","GET \/api\/analytics\/links":"Get link analytics"}}}