{"message":"Málaga Meet API - Bienvenido","version":"1.0.0","endpoints":{"auth":"/api/auth","users":"/api/users","groups":"/api/groups","events":"/api/events","health":"/health","diagnostic":"/diagnostic"},"documentation":{"auth":{"login":"GET /api/auth/google","callback":"GET /api/auth/google/callback","me":"GET /api/auth/me","logout":"POST /api/auth/logout"},"users":{"me":"GET /api/users/me","changeRole":"PATCH /api/users/role","canChangeRole":"GET /api/users/can-change-role","updateProfile":"PUT /api/users/profile"},"groups":{"list":"GET /api/groups","getById":"GET /api/groups/:id","create":"POST /api/groups (CREADOR only)","update":"PUT /api/groups/:id","delete":"DELETE /api/groups/:id","follow":"POST /api/groups/:id/follow","unfollow":"DELETE /api/groups/:id/follow","followed":"GET /api/groups/followed"},"events":{"list":"GET /api/events","getById":"GET /api/events/:id","create":"POST /api/events (Group creator only)","update":"PUT /api/events/:id","delete":"DELETE /api/events/:id"}}}