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

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

body:json {
  {
    "sources": ["taiwan-pts"],
    "eager": true
  }
}