{
  "Version": "15.0.0",
  "Name": "PixGB",
  "DestinationType": "ImageUploader",
  "RequestMethod": "POST",
  "RequestURL": "https://pixgb.com/api/v1/upload",
  "Headers": {
    "X-Api-Token": "YOUR_API_TOKEN"
  },
  "Body": "MultipartFormData",
  "FileFormName": "image",
  "URL": "{json:data.display_url}",
  "ThumbnailURL": "{json:data.thumb_url}",
  "DeletionURL": "",
  "ErrorMessage": "{json:error.message}"
}
