createNewFile

@POST(value = "projects/{id}/repository/files/{file_path}")
abstract fun createNewFile(@Path(value = "id") id: String, @Path(value = "file_path") filePath: String, @Body createFileRequest: FileOperatorRequest): Result<FileOperatorResponse>