{
  "endpoints": {
    "animals": "/api/v1/animals",
    "api_v1": "/api/v1/",
    "attachments": "/api/v1/animals/<id>/attachments",
    "chat_conversations": "/api/chat/conversations",
    "chat_diagnose": "/api/chat/diagnose",
    "dashboard": "/api/v1/dashboard",
    "health": "/api/v1/animals/<id>/health",
    "herds": "/api/v1/herds",
    "login": "/users/login",
    "movements": "/api/v1/animals/<id>/movements",
    "register": "/users/register",
    "reproductions": "/api/v1/animals/<id>/reproductions",
    "test": "/test",
    "test_cors": "/test-cors",
    "user_by_id": "/users/<id>",
    "users": "/users",
    "vaccines": "/api/v1/vaccines",
    "weighings": "/api/v1/animals/<id>/weighings"
  },
  "message": "BoviCare API is running!",
  "methods": {
    "api_v1": "GET, POST, PUT, DELETE",
    "login": "POST",
    "register": "POST",
    "user_by_id": "GET, PUT, DELETE",
    "users": "GET"
  },
  "status": "online"
}
