{
  "endpoints": {
    "companies": {
      "DELETE /companies/<id>": "Delete a company",
      "GET /companies": "Retrieve all companies",
      "GET /companies/<id>": "Retrieve a specific company",
      "POST /companies": "Create a new company",
      "PUT /companies/<id>": "Update a company"
    }
  },
  "message": "Company Management REST API",
  "version": "1.0.0"
}
