{"name":"NeoYi Server","version":"1.0.0","description":"Backend API for NeoYi Dictionary App","endpoints":{"health":"/health","auth":{"register":"POST /api/auth/register","login":"POST /api/auth/login","refresh":"POST /api/auth/refresh","me":"GET /api/auth/me"},"vocabulary":{"sync":"POST /api/vocabulary/sync","list":"GET /api/vocabulary/list","add":"POST /api/vocabulary/add","delete":"DELETE /api/vocabulary/:id"},"review":{"sync":"POST /api/review/sync","stats":"GET /api/review/stats"},"history":{"sync":"POST /api/history/sync","clear":"DELETE /api/history/clear"},"ext":{"translate":"POST /api/ext/translate","collect":"POST /api/ext/collect","recent":"GET /api/ext/recent"}}}