{"message":"Cufflink API","version":"0.0.1","endpoints":{"health":"/health","auth":{"signup":"POST /auth/signup","login":"POST /auth/login","logout":"POST /auth/logout","me":"GET /auth/me"},"closet":{"items":"GET/POST /closet/items","item":"GET/DELETE /closet/items/:id"},"profile":{"complete":"GET /profile/complete","photo":"POST /profile/photo","deletePhoto":"DELETE /profile/photo/:photoType","basic":"PATCH /profile/basic","measurements":"GET/POST/PATCH/DELETE /profile/measurements","estimateMeasurements":"POST /profile/measurements/estimate","preferences":"GET/PATCH /profile/preferences","completeOnboarding":"POST /profile/complete-onboarding"},"tryon":{"generate":"POST /tryon/generate","session":"GET /tryon/:sessionId","history":"GET /tryon/history","delete":"DELETE /tryon/:sessionId"},"stylist":{"suggestions":"POST /stylist/suggestions","outfits":"GET /stylist/outfits","favoriteOutfit":"POST /stylist/outfits/:sessionId/favorite","updateOutfit":"PATCH /stylist/outfits/:sessionId"},"usage":{"current":"GET /usage/current","limits":"GET /usage/limits","tier":"GET /usage/tier","tiers":"GET /usage/tiers"}}}