{
  "job": "terminate_contracts",
  "data": {
    "requests": [
        { "contractId": 12345, "terminationEffective": "2025-01-15" },
        {
            "contractId": 12346,
            "terminationEffective": "2025-02-31",
            "terminationNoticeReceived": "2025-03-20"
        },
        { "contractId": 12347, "terminationEffective": "2025-04-03" }
    ]
  }
}
