meta {
  name: List News
  type: http
  seq: 2
}

get {
  url: {{endpoint}}/cgi/re/news?take=10&offset=0&source=shadiao
  body: none
  auth: none
}

params:query {
  take: 10
  offset: 0
  source: shadiao
}