POST /api/calculate/
HTTP 200 OK
Allow: POST, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Calculate Impact",
    "description": "Endpoint accepts CSV files or JSON data.",
    "renders": ["application/json", "text/html"],
    "parses": ["multipart/form-data", "application/json"]
}