{
  "endpoint": "/api/users",
  "description": "User API endpoint",
  "authentication": {
    "type": "Bearer Token",
    "default_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IlVzZXJBZG1pbiJ9"
  },
  "database": {
    "connection": "mongodb://api_users:ApiUsersPassword2024!Secret@api-db.internal:27017/users_db",
    "collection": "users"
  },
  "api_key": "api-users-key-abc123def456ghi789"
}

