{
    "status": 200,
    "message": "Success",
    "data": [
        {
            "type": "template",
            "name": "Template PAM1",
            "description": "A sample PAM template",
            "category_id": 1,
            "contract_type": null,
            "is_public": false,
            "owner_id": "123e4567-e89b-12d3-a456-426614174000",
            "template_id": "7f11687b-6625-445c-982f-9c2ee49c0958",
            "created_at": "2024-08-14T00:00:00Z",
            "updated_at": "2024-08-14T00:00:00Z",
            "forked_from_public": false,
            "forked_id": null,
            "terms": {
                "contractType": "PAM",
                "contractID": "pam01",
                "statusDate": "2012-12-30T00:00:00",
                "contractDealDate": "2012-12-28T00:00:00",
                "currency": "USD",
                "notionalPrincipal": "3000",
                "initialExchangeDate": "2013-01-01T00:00:00",
                "maturityDate": "2014-01-01T00:00:00",
                "nominalInterestRate": "0.1",
                "cycleAnchorDateOfInterestPayment": "2013-01-01T00:00:00",
                "cycleOfInterestPayment": "P1ML0",
                "dayCountConvention": "A365",
                "endOfMonthConvention": "SD",
                "premiumDiscountAtIED": "   0",
                "rateMultiplier": "1.0",
                "contractRole": "RPA"
            }
        },
        {
            "type": "template",
            "name": "Forked PAM1",
            "description": "This is a fork of the public PAM template.",
            "category_id": 1,
            "contract_type": null,
            "is_public": false,
            "owner_id": "123e4567-e89b-12d3-a456-426614174000",
            "template_id": "139f3161-f45e-41bf-88e9-7ed67765db22",
            "created_at": "2024-08-14T00:00:00Z",
            "updated_at": "2024-08-14T00:00:00Z",
            "forked_from_public": true,
            "forked_id": "7ed06c8f-08d9-4836-b903-67cc89b879f8",
            "terms": {
                "contractType": "PAM",
                "contractID": "pam01",
                "statusDate": "2012-12-30T00:00:00",
                "contractDealDate": "2012-12-28T00:00:00",
                "currency": "USD",
                "notionalPrincipal": "3000",
                "initialExchangeDate": "2013-01-01T00:00:00",
                "maturityDate": "2014-01-01T00:00:00",
                "nominalInterestRate": "0.1",
                "cycleAnchorDateOfInterestPayment": "2013-01-01T00:00:00",
                "cycleOfInterestPayment": "P1ML0",
                "dayCountConvention": "A365",
                "endOfMonthConvention": "SD",
                "premiumDiscountAtIED": "   0",
                "rateMultiplier": "1.0",
                "contractRole": "RPA"
            }
        }
    ]
}