meta {
  name: Liberty Check (Debt)
  type: http
  seq: 5
}

post {
  url: {{baseUrl}}/liberty/debt
  body: json
  auth: none
}

headers {
  Content-Type: application/json
  Accept: application/json
}

body:json {
  {
    "Request": {
      "Username": "{{libertyUsername}}",
      "Password": "{{libertyPassword}}",
      "CustomerId": "{{account}}"
    },
    "Hash": "{{libertyHash}}"
  }
}
