copyUssFile

@PUT(value = "/zosmf/restfiles/fs/{filepath-name}")
abstract fun copyUssFile(@Header(value = "Authorization") authorizationToken: String, @Header(value = "X-IBM-BPXK-AUTOCVT") xIBMBpxkAutoCvt: XIBMBpxkAutoCvt? = null, @Body body: CopyDataUSS.CopyFromFileOrDir, @Path(value = "filepath-name", encoded = true) filePath: FilePath): Call<Void>