{
  "endpoints": {
    "/compare": "POST - Compare IG3 and IG4 data for a single process",
    "/compare_by_process": "POST - Compare IG3 and IG4 data grouped by process",
    "/health": "GET - Health check"
  },
  "example_payload": {
    "ig3_data": [
      {
        "Condition": "",
        "Data Type": "String",
        "Description": "Customer name",
        "Entity": "Customer",
        "Mandatory (Y/N/Y Conditional)": "Y",
        "PII": "Yes",
        "Parameter": "customerName",
        "Process": "customer_creation",
        "Values": ""
      }
    ],
    "ig4_data": [
      {
        "Condition": "",
        "Data Type": "String",
        "Description": "Customer full name",
        "Entity": "Customer",
        "Mandatory (Y/N/Y Conditional)": "Y",
        "PII": "Yes",
        "Parameter": "customerName",
        "Process": "customer_creation",
        "Values": ""
      }
    ],
    "process_name": "customer_creation"
  },
  "message": "IG3/IG4 Comparison API"
}
