{
  "authority": "AUTHORITY_DETECTION",
  "templates": [
    {
      "templateId": "GENERAL_APPLICATION",
      "sections": [
        "header.application",
        "identity.block",
        "subject.block",
        "body.request",
        "signature.block"
      ],
      "variables": [
        "authority_name",
        "authority_address",
        "applicant_name",
        "case_subject",
        "contact_number"
      ]
    },

    {
      "templateId": "AFFIDAVIT_STANDARD",
      "sections": [
        "header.affidavit",
        "identity.block",
        "declaration.block",
        "signature.block"
      ],
      "variables": [
        "applicant_name",
        "applicant_address",
        "date"
      ]
    }
  ]
}