diff --git a/sample_config.sxcu b/sample_config.sxcu new file mode 100644 index 0000000..0418650 --- /dev/null +++ b/sample_config.sxcu @@ -0,0 +1,14 @@ +{ + "Version": "13.4.0", + "Name": "anssxustawai", + "DestinationType": "ImageUploader, TextUploader, FileUploader", + "RequestMethod": "POST", + "RequestURL": "https://your.domain.name.here/", + "Headers": { + "Authorization": "YOUR TOKEN HERE" + }, + "Body": "MultipartFormData", + "FileFormName": "file", + "URL": "$json:.resource$", + "DeletionURL": "$json:.delete$" +} \ No newline at end of file