{
  "endpoint": "/api/returns",
  "description": "Returns and refund API",
  "methods": ["GET", "POST"],
  "operations": {
    "initiateReturn": "POST /api/returns",
    "getReturn": "GET /api/returns/{id}",
    "refund_api": "/api/refunds"
  },
  "policy": {
    "return_window": "30 days",
    "refund_method": "original_payment",
    "refund_timeline": "3-5 business days"
  },
  "demo": true
}
