{"message":"Copiloto Financeiro API","version":"1.0.0","status":"running","endpoints":{"health":"/health","auth":{"register":"POST /auth/register","login":"POST /auth/login","me":"GET /auth/me","forgotPassword":"POST /auth/forgot-password","resetPassword":"POST /auth/reset-password"},"transactions":{"list":"GET /transactions","get":"GET /transactions/:id","create":"POST /transactions","update":"PUT /transactions/:id","delete":"DELETE /transactions/:id","summary":"GET /transactions/stats/summary","byCategory":"GET /transactions/stats/by-category"},"settings":{"get":"GET /settings","update":"PUT /settings"},"fixedExpenses":{"list":"GET /fixed-expenses","get":"GET /fixed-expenses/:id","create":"POST /fixed-expenses","update":"PUT /fixed-expenses/:id","delete":"DELETE /fixed-expenses/:id"},"goals":{"list":"GET /goals","get":"GET /goals/:id","create":"POST /goals","update":"PUT /goals/:id","delete":"DELETE /goals/:id","addAmount":"PATCH /goals/:id/add-amount"},"whatsapp":{"get":"GET /whatsapp","link":"POST /whatsapp/link","verify":"POST /whatsapp/verify","unlink":"DELETE /whatsapp"},"commitments":{"list":"GET /commitments","today":"GET /commitments/today","upcoming":"GET /commitments/upcoming","create":"POST /commitments","update":"PUT /commitments/:id","pay":"PATCH /commitments/:id/pay","delete":"DELETE /commitments/:id"}}}