{
  "externalApplicationId": "acme-form-10231",
  "application": {
    "product": "personal",
    "applicant": {
      "firstName": "Sam",
      "lastName": "Lee",
      "dateOfBirth": "1988-07-01",
      "email": "sam.lee@example.com",
      "phone": "0400111222",
      "address": "44 Smith Street, Collingwood VIC 3066"
    },
    "loan": {
      "amount": 15000,
      "purpose": "DEBT_CONSOLIDATION"
    },
    "consents": {
      "creditCheck": true,
      "privacyPolicy": true,
      "dataExchange": true,
      "creditGuide": true
    }
  }
}
