meta {
  name: Create
  type: http
  seq: 1
}

post {
  url: {{API_URL}}/v1/changelog/commit
  body: json
  auth: bearer
}

auth:bearer {
  token: asd123
}

body:json {
  [
    {
      "changelogId": "6a14f436-6596-474b-b615-f6e923582c1b",
      "commit": "abc123",
      "parent": "abc122",
      "subject": "some",
      "author": {
        "name": "asd",
        "email": "hello@hashdot.co",
        "date": "somedate"
      },
      "body": ""
    }
  ]
}