meta {
  name: Trigger Scan News
  type: http
  seq: 1
}

post {
  url: {{endpoint}}/cgi/re/admin/scan
  body: json
  auth: inherit
}

body:json {
  {}
}