Provide Json format upload string.
Example:

{
  "files": [
    {
      "pattern": "some/path/*.txt",
      "target": "RepoName/some/path/"
    },
    {
      "pattern": "other/path/*.txt",
      "target": "RepoName/other/path/"
    }
  ]
}