meta {
  name: Patch Account config
  type: http
  seq: 9
}

patch {
  url: {{ENDPOINT}}accounts/9299/config
  body: json
  auth: bearer
}

headers {
  Content-Type: application/json
}

auth:bearer {
  token: {{TOKEN}}
}

body:json {
  {
    "appreciationEngine": {
      "businessUnit": "songwhip"
    }
  }
}
