meta {
  name: TBC Check
  type: http
  seq: 1
}

get {
  url: {{baseUrl}}/check?command=check&account={{account}}&serv={{serviceId}}
  body: none
  auth: none
}

params:query {
  command: check
  account: {{account}}
  serv: {{serviceId}}
}
